Method | Description | |
---|---|---|
GetAccessors ( this property ) : System.Reflection.MethodInfo[] | ||
GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[] | ||
GetGetMethod ( this property ) : System.Reflection.MethodInfo | ||
GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo | ||
GetSetMethod ( this property ) : System.Reflection.MethodInfo | ||
GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo |
public static GetAccessors ( this property ) : System.Reflection.MethodInfo[] | ||
property | this | |
return | System.Reflection.MethodInfo[] |
public static GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[] | ||
property | this | |
nonPublic | bool | |
return | System.Reflection.MethodInfo[] |
public static GetGetMethod ( this property ) : System.Reflection.MethodInfo | ||
property | this | |
return | System.Reflection.MethodInfo |
public static GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo | ||
property | this | |
nonPublic | bool | |
return | System.Reflection.MethodInfo |
public static GetSetMethod ( this property ) : System.Reflection.MethodInfo | ||
property | this | |
return | System.Reflection.MethodInfo |
public static GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo | ||
property | this | |
nonPublic | bool | |
return | System.Reflection.MethodInfo |