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

GetField() public static method

public static GetField ( this type, string name ) : System.Reflection.FieldInfo
type this
name string
return System.Reflection.FieldInfo
        public static System.Reflection.FieldInfo GetField(this System.Type type, string name) { throw null; }
        public static System.Reflection.FieldInfo GetField(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetField ( this type, string name, System bindingAttr ) : System.Reflection.FieldInfo