示例#1
0
 public bool Test2(global::System.Type type, string fieldName, BindingFlags bindingFlags)
 {
     return(type.HasField(fieldName, bindingFlags));
 }
示例#2
0
 public bool Test1(global::System.Type type, string fieldName)
 {
     return(type.HasField(fieldName));
 }