System.Reflection.TypeExtensions.GetDefaultMembers C# (CSharp) 메소드

GetDefaultMembers() 공개 정적인 메소드

public static GetDefaultMembers ( this type ) : System.Reflection.MemberInfo[]
type this
리턴 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; }