Example #1
0
 public static T GetField <T>(this wxb.RefType refType, string name)
 {
     return((T)refType.GetField(name));
 }
Example #2
0
 public static T TryGetProperty <T>(this wxb.RefType refType, string name)
 {
     return((T)refType.TryGetProperty(name));
 }