ClrPropertyInfo Class
Definition
public class ClrPropertyInfo
Constructors
| Name | Description |
|---|---|
| ClrPropertyInfo | No summary available. |
ClrPropertyInfo Constructor
public ClrPropertyInfo(string name, Func<object, object> getter, Action<object, object> setter, Type propertyType)
Parameters
name string
getter Func<object, object>
setter Action<object, object>
propertyType Type
Methods
Get Method
public object Get(object target)
Parameters
target object