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

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

public GetMethod ( string name ) : MethodInfo
name string
Результат System.Reflection.MethodInfo
            public override MethodInfo GetMethod(string name)
            {
                return this._type.GetMethod(name);
            }

Same methods

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