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