 | APlugInCollectionBaseTStageEnum, TParenteventUniversalTFirst, TSecond Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Universal call implementation
Namespace:
imbWEM.Core.plugins.collections
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntaxpublic abstract void eventUniversal<TFirst, TSecond>(
TStageEnum stage,
TParent __parent,
TFirst __resource,
TSecond __resourceSecond
)
Parameters
- stage
- Type: TStageEnum
The stage. - __parent
- Type: TParent
The parent. - __resource
- Type: TFirst
The resource. - __resourceSecond
- Type: TSecond
The resource second.
Type Parameters
- TFirst
- The type of the first.
- TSecond
- The type of the second.
See Also