예제 #1
0
 private void SetInnerType(setType ContentField)
 {
     this.ContentField=((setType)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
예제 #2
0
 protected virtual void SetSubstitutionMember(setType ContentField)
 {
     this.ContentField=ContentField;
 }
예제 #3
0
 public set(setType content)
 {
     SetInnerType(content);
 }