Esempio n. 1
0
 //--------------------------------------------------------------------/
 // Methods
 //--------------------------------------------------------------------/
 public ValueType GetValue <ValueType>()
 {
     return(value.Get <ValueType>());
 }
Esempio n. 2
0
 public StratusVariant(StratusVariant variant) : this()
 {
     type = variant.type;
     this.Set(variant.Get());
 }