Example #1
0
 public Reference(StratusVariant.VariantType type)
 {
     this.type = type;
 }
Example #2
0
 public Reference(string key, StratusVariant.VariantType type)
 {
     this.key  = key;
     this.type = type;
 }
Example #3
0
 public static Type Convert(this StratusVariant.VariantType type) => variantTypeToSystemType[type];