Class TypedVariableModel<T>
Implements
Inherited Members
Namespace: Graph
Assembly: solution.dll
Syntax
[Serializable]
public class TypedVariableModel<T> : VariableModel, IEquatable<VariableModel>
Type Parameters
Name | Description |
---|---|
T |
Fields
m_Value
Declaration
public T m_Value
Field Value
Type | Description |
---|---|
T |
Properties
ObjectValue
Declaration
public override object ObjectValue { get; set; }
Property Value
Type | Description |
---|---|
object |
Overrides
Type
Declaration
public override Type Type { get; }
Property Value
Type | Description |
---|---|
Type |