System.Reflection.TypeExtensions.GetDefaultMembers C# (CSharp) Méthode

GetDefaultMembers() public static méthode

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