Exemplo n.º 1
0
 public XdsIdentifier(string id)
 {
     _identifier = DataType.Parse(new CX(), id);
 }
Exemplo n.º 2
0
 public XdsIdentifier(CX id)
 {
     _identifier = id;
 }