CodeGenerator.ICodeGenerator.Supports(GeneratorSupport) Method

Definition

Gets a value indicating whether the generator provides support for the language features represented by the specified GeneratorSupport object.

 virtual bool System.CodeDom.Compiler.ICodeGenerator.Supports(System::CodeDom::Compiler::GeneratorSupport support) = System::CodeDom::Compiler::ICodeGenerator::Supports;
bool ICodeGenerator.Supports (System.CodeDom.Compiler.GeneratorSupport support);
abstract member System.CodeDom.Compiler.ICodeGenerator.Supports : System.CodeDom.Compiler.GeneratorSupport -> bool
override this.System.CodeDom.Compiler.ICodeGenerator.Supports : System.CodeDom.Compiler.GeneratorSupport -> bool
Function Supports (support As GeneratorSupport) As Boolean Implements ICodeGenerator.Supports

Parameters

support
GeneratorSupport

The capabilities to test the generator for.

Returns

true if the specified capabilities are supported; otherwise, false.

Implements

Applies to