N
nicolas ETIENNE
Hi
I create a struct, or a class and I'd like to know
which are the members available.. by code
something like
pubic class nico
{
public int age;
public int old;
}
and somewhere , i could do something like this
foreach(Members member in nico.Members)
{
member.Value = i;
}
See what I mean ?
Where should I start looking for ?
Nicolas, Toulouse
I create a struct, or a class and I'd like to know
which are the members available.. by code
something like
pubic class nico
{
public int age;
public int old;
}
and somewhere , i could do something like this
foreach(Members member in nico.Members)
{
member.Value = i;
}
See what I mean ?
Where should I start looking for ?
Nicolas, Toulouse