CodeGenerator::ICodeGenerator::Supports Method (GeneratorSupport)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

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

private:
virtual bool Supports(
	GeneratorSupport support
) sealed = ICodeGenerator::Supports

Parameters

support
Type: System.CodeDom.Compiler::GeneratorSupport

The capabilities to test the generator for.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: