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

TypeMustImplementICompilerStep() public static method

public static TypeMustImplementICompilerStep ( string typeName ) : CompilerError
typeName string
return CompilerError
        public static CompilerError TypeMustImplementICompilerStep(string typeName)
        {
            return Instantiate("BCE0012", LexicalInfo.Empty, typeName);
        }
CompilerErrorFactory