Метод | Описание | |
---|---|---|
Get ( object operationTarget = null ) : object | ||
PropertyAccessor ( |
Initializes a new instance of the PropertyAccessor class.
|
|
PropertyAccessor ( object propertyTarget, string propertyName ) : System |
Initializes a new instance of the PropertyAccessor class.
|
|
Set ( object newValue, object operationTarget = null ) : void |
Метод | Описание | |
---|---|---|
FindProperty ( BindingFlags flags ) : |
||
PropertyAccessor ( ) : System |
Initializes the PropertyAccessor class.
|
|
PropertyAccessor ( |
Prevents a default instance of the PropertyAccessor class from being created.
|
public Get ( object operationTarget = null ) : object | ||
operationTarget | object | |
Результат | object |
public PropertyAccessor ( |
||
propertyTargetType | Type of the property target. | |
propertyName | string | Name of the property. |
Результат | System |
public PropertyAccessor ( object propertyTarget, string propertyName ) : System | ||
propertyTarget | object | The property target. |
propertyName | string | Name of the property. |
Результат | System |
public Set ( object newValue, object operationTarget = null ) : void | ||
newValue | object | |
operationTarget | object | |
Результат | void |