Click or drag to resize

PropertyInfoUtil Class

Extension methods for PropertyInfo.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesPropertyInfoUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class PropertyInfoUtil

The PropertyInfoUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsAbstract
Return true if the property is abstract, otherwise false.
Public methodStatic memberIsIndexed
Check if the property is indexed (if it's an indexer).
Public methodStatic memberIsInternal
Return true if the property is internal, otherwise false.
Public methodStatic memberIsPrivate
Return true if the property is private, otherwise false.
Public methodStatic memberIsProtected
Return true if the property is protected, otherwise false.
Public methodStatic memberIsPublic
Return true if the property is public, otherwise false.
Public methodStatic memberIsStatic
Return true if the property is static, otherwise false.
Public methodStatic memberIsVirtual
Return true if the property is virtual, otherwise false.
Top
See Also