コード例 #1
0
 public static IPropertyWrapper CreateWrapper(this PropertyInfo property)
 {
     return(ReflectionUtility.CreatePropertyWrapper(property));
 }