示例#1
0
文件: _Gco.cs 项目: mcartoixa/GeoSIK
 private void SetInnerType(Binary_Type ContentField)
 {
     this.ContentField=((Binary_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
示例#2
0
文件: _Gco.cs 项目: mcartoixa/GeoSIK
 public Binary(Binary_Type content)
 {
     SetInnerType(content);
 }