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 TApi Use<TApi>()
where TApi :
Type Parameters
- TApi
- See Casewhere.Runtime.DSL.Api for supported APIs.
Return Value
Type:
TApiThe API object.
See Also