Click or drag to resize

LinkedHashSetTAddTo Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.LinkedHashSet`1.AddTo(System.Collections.Generic.ICollection`1)"]

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void AddTo(
	ICollection collection
)

Parameters

collection
Type: System.Collections.GenericICollectionT

[Missing <param name="collection"/> documentation for "M:com.espertech.esper.compat.collections.LinkedHashSet`1.AddTo(System.Collections.Generic.ICollection`1)"]

See Also