Class TypedVariableModel<T>
  
  
  
    Inheritance
    
    
    TypedVariableModel<T>
   
  
  
  Namespace: Graph
  Assembly: Unity.MuseLab.Graph.dll
  Syntax
  
    [Serializable]
public class TypedVariableModel<T> : VariableModel, IEquatable<VariableModel>
   
  Type Parameters
  
  Fields
  m_Value
  
  
  Declaration
  
    [JsonProperty]
public T m_Value
   
  Field Value
  
  Properties
  
  ObjectValue
  
  
  Declaration
  
    [JsonIgnore]
public override object ObjectValue { get; set; }
   
  Property Value
  
  Overrides
  
  
  Type
  
  
  Declaration
  
    public override Type Type { get; }
   
  Property Value
  
  Overrides
  
  Implements