IDslCompilerContextUseTApi Method

Factory method to create API objects.

Definition

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

Type Parameters

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

Return Value

TApi
The API object.

See Also