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

StructAndConstructorConstraintsConflict() public static method

public static StructAndConstructorConstraintsConflict ( GenericParameterDeclaration gpd ) : CompilerError
gpd GenericParameterDeclaration
return CompilerError
        public static CompilerError StructAndConstructorConstraintsConflict(GenericParameterDeclaration gpd)
        {
            return Instantiate("BCE0160", gpd, gpd.Name);
        }
CompilerErrorFactory