Class ClrPropertyInfo
public class ClrPropertyInfo : IPropertyInfo
- Inheritance
-
ClrPropertyInfo
- Implements
- Derived
- Inherited Members
Constructors
ClrPropertyInfo(string, Func<object, object?>?, Action<object, object?>?, Type)
public ClrPropertyInfo(string name, Func<object, object?>? getter, Action<object, object?>? setter, Type propertyType)
Parameters
Properties
CanGet
public bool CanGet { get; }
Property Value
CanSet
public bool CanSet { get; }
Property Value
Name
public string Name { get; }
Property Value
PropertyType
public Type PropertyType { get; }
Property Value
Methods
Get(object)
public object? Get(object target)
Parameters
target
object
Returns
Set(object, object?)
public void Set(object target, object? value)