Click or drag to resize

CollectionPlusT Constructor

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public CollectionPlus(
	ICollection baseCollection,
	void item
)

Parameters

baseCollection
Type: System.Collections.GenericICollectionT

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

item
Type: SystemVoid

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

See Also