CodeGenerator::Supports Method (GeneratorSupport)

 

Gets a value indicating whether the specified code generation support is provided.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual bool Supports(
	GeneratorSupport support
) abstract

Parameters

support
Type: System.CodeDom.Compiler::GeneratorSupport

The type of code generation support to test for.

Return Value

Type: System::Boolean

true if the specified code generation support is provided; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: