Class VariaMirror
Abstraction for a a readable or writable property of a given instance.
Namespace: Varia
Assembly: Varia.dll
Syntax
public class VariaMirrorFields
getValue
Declaration
public Func<object, object> getValueField Value
| Type | Description | 
|---|---|
| Func<object, object> | 
propertyType
Declaration
public Type propertyTypeField Value
| Type | Description | 
|---|---|
| Type | 
setValue
Declaration
public Action<object, object> setValueField Value
| Type | Description | 
|---|---|
| Action<object, object> |