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

GetMembers() 공개 정적인 메소드

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