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

GetMembers() public static method

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

Same methods

TypeExtensions::GetMembers ( this type, System bindingAttr ) : System.Reflection.MemberInfo[]