Developer's Stuff
Thursday, September 23, 2010
Create Array through reflection
// Create Array
Array objArray = Array.CreateInstance(objClass.GetType(), listCount);
//Set it's value
objArray.SetValue(objClass, j);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment