Beispiel #1
0
 public EnumValue(EnumDictionary e, string value)
 {
     this.type   = e;
     this.String = value;
 }
Beispiel #2
0
 public EnumValue(EnumDictionary e, int value)
 {
     this.type  = e;
     this.Value = value;
 }