Example #1
0
 private void SetInnerType(SV_Parameter_Type ContentField) {
     this.ContentField = ((SV_Parameter_Type)(XTypedServices.GetCloneIfRooted(ContentField)));
     XTypedServices.SetName(this, this.ContentField);
 }
Example #2
0
 public SV_Parameter(SV_Parameter_Type content) {
     SetInnerType(content);
 }