I'm looking to do this in C#.
我想用C#做这个。
public struct Structure1
{ string string1 ; //Can be set dynamically
public string[] stringArr; //Needs to be set dynamically
}
pubI'm looking to do this in C#.
我想用C#做这个。
public struct Structure1
{ string string1 ; //Can be set dynamically
public string[] stringArr; //Needs to be set dynamically
}
pub