Method TriggerEntryPoints
TriggerEntryPoints<T>()
Trigger every entry point of a specific type4
Declaration
public void TriggerEntryPoints<T>() where T : struct, IEntryPointNode
Type Parameters
Name | Description |
---|---|
T | Type of entry points to trigger |