Boo.Lang.Compiler.CompilerErrorFactory.InvalidIteratorType C# (CSharp) Method

InvalidIteratorType() public static method

public static InvalidIteratorType ( Node node, IType type ) : CompilerError
node Node
type IType
return CompilerError
        public static CompilerError InvalidIteratorType(Node node, IType type)
        {
            return Instantiate("BCE0065", node, type);
        }
CompilerErrorFactory