Click or drag to resize

LinkedHashSetTAddRange Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.collections.LinkedHashSet`1.AddRange(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 AddRange(
	ICollection source
)

Parameters

source
Type: System.Collections.GenericICollectionT

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

See Also