struct with an array inside
-
Hi all, how can I define a struct with a string array (fixed dimension) inside like this:
public struct _ref { public int iId; public string sDesc; public string[2] sFields; }
Thanks in advance, Marc Soleda... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
-
Hi all, how can I define a struct with a string array (fixed dimension) inside like this:
public struct _ref { public int iId; public string sDesc; public string[2] sFields; }
Thanks in advance, Marc Soleda... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits
public string[] sFields = new string[2];
Tech, life, family, faith: Give me a visit. I'm currently blogging about: How men in the Catholic Church replaced Passover with Easter The apostle Paul, modernly speaking: Epistles of Paul Judah Himango