Example #1
0
 public static int @ƒRegister <T>(this string fieldName, bool defaultField = false)
 {
     return(FieldAccessor <T> .RegisterField(fieldName, defaultField));
 }
Example #2
0
 public static int @ƒRegister(this string fieldName, Type type)
 {
     return(FieldAccessor.RegisterField(type, fieldName));
 }