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