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

GetMember() 공개 정적인 메소드

public static GetMember ( this type, string name ) : System.Reflection.MemberInfo[]
type this
name string
리턴 System.Reflection.MemberInfo[]
        public static System.Reflection.MemberInfo[] GetMember(this System.Type type, string name) { throw null; }
        public static System.Reflection.MemberInfo[] GetMember(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetMember ( this type, string name, System bindingAttr ) : System.Reflection.MemberInfo[]