Ejemplo n.º 1
0
 private void SetInnerType(StructureType ContentField) {
     this.ContentField = ((StructureType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// <para>
 /// StructureType defines the contents of a structure message.
 /// </para>
 /// </summary>
 public Structure(StructureType content) {
     SetInnerType(content);
 }