Click or drag to resize

IDslCompilerContextUseTApi Method

Factory method to create API objects.

Namespace:  Casewhere.Runtime.DSL.CompilerContext
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
TApi Use<TApi>()
where TApi : 

Type Parameters

TApi
See Casewhere.Runtime.DSL.Api for supported APIs.

Return Value

Type: TApi
The API object.
See Also