コード例 #1
0
 public string GetDotNotationPreifx(object target, ExtendedChildInfo propertyInfo)
 {
     return string.Concat(target.GetType().Name.TrimEnd('[',']'),".",propertyInfo.Name);
 }
コード例 #2
0
 public string GetDotNotationPreifx(object target, ExtendedChildInfo propertyInfo)
 {
     return propertyInfo.Name;
 }
コード例 #3
0
 public string GetDotNotationPreifx(object target, ExtendedChildInfo propertyInfo)
 {
     return string.Concat("Object",".",propertyInfo.Name);
 }