Example #1
0
 // Get the list of all fields within this type.
 public override FieldInfo[] GetFields(BindingFlags bindingAttr)
 {
     CheckCreated();
     return(type.GetFields(bindingAttr));
 }