Richter03
Richter03
```vb Public Function empty_index(Of T)(Host As T()) As Long Dim Length = Host.LongLength, Pos = 0L Do If Pos >= Length Then Return -1 'Not work with value type. If...
While I do my research in .net 5 on meta data of class type, I encounter how ref struct create in C# and I remember @VBAndCs work around on it...
# Pointer One of syntax I don't think it going to be apply to VB.net by MS is `pointer` , I half agree and half disagree with this decision because...
When compile an il code, it just report a new compile {project}.dll not found, I try for awhile until I copy ilasm.exe + .config + fusion.dll to other place and...