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

InvalidTypeForExplicitMember() public static method

public static InvalidTypeForExplicitMember ( Node node, IType type ) : CompilerError
node Node
type IType
return CompilerError
        public static CompilerError InvalidTypeForExplicitMember(Node node, IType type)
        {
            return Instantiate("BCE0174", node, type);
        }
CompilerErrorFactory