Class PropertyAccessor
Property accessor implementation
public class PropertyAccessor : MemberAccessor
- Inheritance
-
PropertyAccessor
- Inherited Members
Constructors
PropertyAccessor(PropertyInfo)
public PropertyAccessor(PropertyInfo propertyInfo)
Parameters
propertyInfoPropertyInfo
Properties
MemberType
public override Type MemberType { get; }
Property Value
Name
public override string Name { get; }
Property Value
Methods
GetValue(object)
public override object GetValue(object target)
Parameters
targetobject
Returns
SetValue(object, object)
public override void SetValue(object target, object value)