System.TypeExtensionMethods.GetMember C# (CSharp) 메소드

GetMember() 공개 정적인 메소드

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