示例#1
0
 public XdsIdentifier(string id)
 {
     _identifier = DataType.Parse(new CX(), id);
 }
示例#2
0
 public XdsIdentifier(CX id)
 {
     _identifier = id;
 }