A
Andrew
Could somebody perhaps let me know, what the equivalnet code in VB.Net for
this C# example.
public struct MyStruct
{
public MyChild[] AsChild;
public int nOther;
public string nInfo;
}
MyChild structure:
private int nINTA;
private string cSomeString;
this C# example.
public struct MyStruct
{
public MyChild[] AsChild;
public int nOther;
public string nInfo;
}
MyChild structure:
private int nINTA;
private string cSomeString;