Click or drag to resize

APlugInCollectionBaseTStageEnum, TParenteventUniversalTFirst, TSecond Method

Home | 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.1.0.0 (0.1.0.0)
Syntax
C#
public 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