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: 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>
In this article
Back to top Generated by DocFX