예제 #1
0
 public DataType VisitEnum(EnumType e)
 {
     return(e);
 }
예제 #2
0
 public EnumType(EnumType other) : this(other.Name)
 {
     this.Members = new SortedList <string, long>(other.Members);
 }
예제 #3
0
 public Formatter VisitEnum(EnumType e)
 {
     throw new NotImplementedException();
 }