Boo.Lang.Compiler.CompilerWarningFactory.CustomWarning C# (CSharp) 메소드

CustomWarning() 공개 정적인 메소드

public static CustomWarning ( LexicalInfo lexicalInfo, string msg ) : Boo.Lang.Compiler.CompilerWarning
lexicalInfo LexicalInfo
msg string
리턴 Boo.Lang.Compiler.CompilerWarning
        public static CompilerWarning CustomWarning(LexicalInfo lexicalInfo, string msg)
        {
            return new CompilerWarning(lexicalInfo, msg);
        }

Same methods

CompilerWarningFactory::CustomWarning ( string msg ) : Boo.Lang.Compiler.CompilerWarning