Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetEnumeratorItemType C# (CSharp) Метод

GetEnumeratorItemType() защищенный Метод

protected GetEnumeratorItemType ( IType iteratorType ) : IType
iteratorType IType
Результат IType
        protected IType GetEnumeratorItemType(IType iteratorType)
        {
            return TypeSystemServices.GetEnumeratorItemType(iteratorType);
        }
ProcessMethodBodies