Метод | Описание | |
---|---|---|
CanOverride ( this propertyInfo ) : bool |
Returns a value indicating whether the specified property is overrideable.
|
|
GetAccessorMethods ( this propertyInfo ) : IEnumerable |
Returns all accessor methods for the specified property.
|
|
GetFullName ( this propertyInfo ) : string |
Returns the full name of the specified property.
|
|
GetIndexParameterTypes ( this propertyInfo ) : System.Type[] |
Returns the index parameter types of the specified property.
|
public static CanOverride ( this propertyInfo ) : bool | ||
propertyInfo | this | The property information. |
Результат | bool |
public static GetAccessorMethods ( this propertyInfo ) : IEnumerable |
||
propertyInfo | this | The property information. |
Результат | IEnumerable |
public static GetFullName ( this propertyInfo ) : string | ||
propertyInfo | this | The property information. |
Результат | string |
public static GetIndexParameterTypes ( this propertyInfo ) : System.Type[] | ||
propertyInfo | this | The property information. |
Результат | System.Type[] |