Z
Zanna
Hi all!
A little question on System.Reflection.
I know that with the MethodInfo I can get if a method is public or private.
But for properties?
PropertyInfo does not contain a IsPublic property!
How can I get this information for a property?
Thanx
A little question on System.Reflection.
I know that with the MethodInfo I can get if a method is public or private.
But for properties?
PropertyInfo does not contain a IsPublic property!
How can I get this information for a property?
Thanx