Boo.Lang.Compiler.CompilerErrorFactory.InvalidIteratorType C# (CSharp) Méthode

InvalidIteratorType() public static méthode

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