Click or drag to resize

MagicCollectionTV Constructor (ICollection, Void)

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public MagicCollection(
	ICollection realCollection,
	void typeCaster
)

Parameters

realCollection
Type: System.Collections.GenericICollectionT

[Missing <param name="realCollection"/> documentation for "M:com.espertech.esper.compat.magic.MagicCollection`1.#ctor(System.Collections.Generic.ICollection`1,System.Void)"]

typeCaster
Type: SystemVoid

[Missing <param name="typeCaster"/> documentation for "M:com.espertech.esper.compat.magic.MagicCollection`1.#ctor(System.Collections.Generic.ICollection`1,System.Void)"]

See Also