Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetEnumeratorItemType C# (CSharp) Method

GetEnumeratorItemType() protected method

protected GetEnumeratorItemType ( IType iteratorType ) : IType
iteratorType IType
return IType
        protected IType GetEnumeratorItemType(IType iteratorType)
        {
            return TypeSystemServices.GetEnumeratorItemType(iteratorType);
        }
ProcessMethodBodies