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