Hy
I have a class like this:
public class myClass
{
public string fieldA;
public Datatime fieldB;
...
}
I would like to be able to provide a property kind of like this:
public List
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 2, 2011, 6:58 AM
Poul ChristiansenPosted Sep 2, 2011, 6:50 AM
VulpesPosted Sep 2, 2011, 6:23 AM
Poul ChristiansenPosted Sep 2, 2011, 6:11 AM
VulpesPosted Sep 2, 2011, 6:06 AM
Poul ChristiansenPosted Sep 2, 2011, 5:29 AM
I can now see that I need to write further requirements:
using a foreach (object f in Fields) I need to also be able to assign values that would the also affect the value on the class instance.
I'm sorry I didn't put that in my first question.
VulpesPosted Sep 2, 2011, 3:48 AM