System.TypeExtensionMethods.GetMember C# (CSharp) Méthode

GetMember() public static méthode

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