Table of Contents

Class WrapField<T>

Namespace
Ceres.Editor.Graph
Assembly
Ceres.Graph.Editor.dll
public class WrapField<T> : BaseField<T>

Type Parameters

T
Inheritance
WrapField<T>

Constructors

WrapField(string, FieldInfo)

public WrapField(string label, FieldInfo fieldInfo)

Parameters

label string
fieldInfo FieldInfo

Properties

value

public override sealed T value { get; set; }

Property Value

T