|
-
September 24th, 2008, 01:32 AM
#1
Dynamic Properties?
I don't suppose you can add properties dynamically, can you?
Code:
void DoIt()
{
this.NewProperty = new Object();
}
DoIt();
I would just have to define a List<Object> in a form and/or object.
Also, Why can't I convert a form to an object array? Can someone help me here, or is it just not possible.
Last edited by code?; September 24th, 2008 at 03:13 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|