CodeGenerator::ICodeGenerator::Supports Method (GeneratorSupport)
.NET Framework (current version)
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.
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::Booleantrue if the specified capabilities are supported; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: