예제 #1
0
 public bool FillTo(ref object obj, bool includeParent = false)
 {
     return(ConvertionExtensions.FillTo(this, ref obj, includeParent));
 }