Click or drag to resize

TransformCollectionTInt, TExt Constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public TransformCollection(
	ICollection trueCollection,
	void transformExtInt,
	TInt transformIntExt
)

Parameters

trueCollection
Type: System.Collections.GenericICollectionT

[Missing <param name="trueCollection"/> documentation for "M:com.espertech.esper.compat.collections.TransformCollection`2.#ctor(System.Collections.Generic.ICollection`1,System.Void,`0)"]

transformExtInt
Type: SystemVoid

[Missing <param name="transformExtInt"/> documentation for "M:com.espertech.esper.compat.collections.TransformCollection`2.#ctor(System.Collections.Generic.ICollection`1,System.Void,`0)"]

transformIntExt
Type: TInt

[Missing <param name="transformIntExt"/> documentation for "M:com.espertech.esper.compat.collections.TransformCollection`2.#ctor(System.Collections.Generic.ICollection`1,System.Void,`0)"]

See Also