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