示例#1
0
 private void SetInnerType(UtilityDataType ContentField) {
     this.ContentField = ((UtilityDataType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
示例#2
0
 /// <summary>
 /// <para>
 /// UtilityDataType defines the contents of a UtilityData message.
 /// </para>
 /// </summary>
 public UtilityData(UtilityDataType content) {
     SetInnerType(content);
 }