dot NET blog
Tuesday, April 17, 2007
Using Reflection
Type objType = RA.GetType();
PropertyInfo[] objPropertiesArray =
objType.GetProperties();
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)