Boo.Lang.Compiler.CompilerErrorFactory.InvalidIteratorType C# (CSharp) Метод

InvalidIteratorType() публичный статический Метод

public static InvalidIteratorType ( Node node, IType type ) : CompilerError
node Node
type IType
Результат CompilerError
        public static CompilerError InvalidIteratorType(Node node, IType type)
        {
            return Instantiate("BCE0065", node, type);
        }
CompilerErrorFactory