Example #1
0
 private void SetInnerType(KeyType ContentField) {
     this.ContentField = ((KeyType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 /// <summary>
 /// <para>
 /// KeyType describes the abstract type which defines the Key element.
 /// </para>
 /// </summary>
 public Key(KeyType content) {
     SetInnerType(content);
 }