G
Guest
Given a PropertyInfo object, how can I determine if the property that it
describes is a static or instance property? The same question applies to
EventInfo.
MethodInfo, ConstructorInfo and FieldInfo all have an IsStatic member, but
PropertyInfo and EventInfo do not have this member, which seems a bit strange.
describes is a static or instance property? The same question applies to
EventInfo.
MethodInfo, ConstructorInfo and FieldInfo all have an IsStatic member, but
PropertyInfo and EventInfo do not have this member, which seems a bit strange.