Struct DynamicAccessor.Property
Getter / Setter accessor.
public struct DynamicAccessor.Property
- Inherited Members
- Extension Methods
Fields
Get
Getter delegate.
public Func<object, object?> Get
Field Value
Info
public PropertyInfo? Info
Field Value
Set
Setter delegate.
public Action<object, object?> Set