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();
        }