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

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

public static TypeMustImplementICompilerStep ( string typeName ) : CompilerError
typeName string
Результат CompilerError
        public static CompilerError TypeMustImplementICompilerStep(string typeName)
        {
            return Instantiate("BCE0012", LexicalInfo.Empty, typeName);
        }
CompilerErrorFactory