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

GetDefaultMembers() public static method

public static GetDefaultMembers ( this type ) : System.Reflection.MemberInfo[]
type this
return System.Reflection.MemberInfo[]
        public static System.Reflection.MemberInfo[] GetDefaultMembers(this System.Type type) { throw null; }
        public static System.Reflection.EventInfo GetEvent(this System.Type type, string name) { throw null; }