Amazon.Util.Internal.TypeFactory.AbstractTypeInfo.GetMethod C# (CSharp) Method

GetMethod() public abstract method

public abstract GetMethod ( string name ) : MethodInfo
name string
return 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