Amazon.Util.Internal.TypeFactory.AbstractTypeInfo.GetMethod C# (CSharp) Метод

GetMethod() публичный абстрактный Метод

public abstract GetMethod ( string name ) : MethodInfo
name string
Результат System.Reflection.MethodInfo
            public abstract MethodInfo GetMethod(string name);
            public abstract MethodInfo GetMethod(string name, ITypeInfo[] paramTypes);

Same methods

TypeFactory.AbstractTypeInfo::GetMethod ( string name, ITypeInfo paramTypes ) : MethodInfo