Show / Hide Table of Contents

Class VariaMirror

Abstraction for a a readable or writable property of a given instance.

Inheritance
Object
VariaMirror
Namespace: Varia
Assembly: cs.temp.dll.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>
Back to top Generated by DocFX