Click or drag to resize
ActionHookBridgeBaseGetHelperT Method
Gets the helper.

Namespace: Atomia.Provisioning.Base.Plugins
Assembly: Atomia.Provisioning.Base.Plugins (in Atomia.Provisioning.Base.Plugins.dll) Version: 17.3.6337.16010
Syntax
public abstract T GetHelper<T>()

Type Parameters

T
Type of helper class.

Return Value

Type: T
Instance of helper class.
See Also