A
Ahmet AKGUN
Hi;
I have a structure like
public struct MyStr
{
string elem1;
string elem2;
string elem3;
}
I want to have referance to this elements by index.
MStr.GetElem(2) must return a refarence to elem2.
is that possible ?
I have a structure like
public struct MyStr
{
string elem1;
string elem2;
string elem3;
}
I want to have referance to this elements by index.
MStr.GetElem(2) must return a refarence to elem2.
is that possible ?