コード例 #1
0
 public static IFieldWrapper CreateWrapper(this FieldInfo field)
 {
     return(ReflectionUtility.CreateFieldWrapper(field));
 }