System.Reflection.TypeExtensions.GetFields C# (CSharp) Method

GetFields() public static method

public static GetFields ( this type ) : System.Reflection.FieldInfo[]
type this
return System.Reflection.FieldInfo[]
        public static System.Reflection.FieldInfo[] GetFields(this System.Type type) { throw null; }
        public static System.Reflection.FieldInfo[] GetFields(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetFields ( this type, System bindingAttr ) : System.Reflection.FieldInfo[]