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

GetMember() public static method

public static GetMember ( this type, string name ) : System.Reflection.MemberInfo[]
type this
name string
return System.Reflection.MemberInfo[]
        public static System.Reflection.MemberInfo[] GetMember(this System.Type type, string name) { throw null; }
        public static System.Reflection.MemberInfo[] GetMember(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetMember ( this type, string name, System bindingAttr ) : System.Reflection.MemberInfo[]