示例#1
0
 protected void SetValueAndName(EnumerationBase other)
 {
     SetData(other.Value, other.Name);
 }
示例#2
0
 protected EnumerationBase(EnumerationBase other)
 {
     SetData(other.Value, other.Name);
 }