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

IsaArgument() public static méthode

public static IsaArgument ( Node node ) : CompilerError
node Node
Résultat CompilerError
        public static CompilerError IsaArgument(Node node)
        {
            return Instantiate("BCE0054", node, LanguageAmbiance.IsaKeyword);
        }
CompilerErrorFactory