Example #1
0
 private void SetInnerType(TMapping contentField)
 {
     _contentField = ((TMapping)(XTypedServices.GetCloneIfRooted(contentField)));
     XTypedServices.SetName(this, _contentField);
 }
Example #2
0
 public Mapping(TMapping content)
 {
     SetInnerType(content);
 }