Click or drag to resize
RangeCollectionUnionWith Method

[Missing <summary> documentation for "M:Bio.Util.RangeCollection.UnionWith(System.Collections.Generic.IEnumerable{System.Int64})"]

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void UnionWith(
	IEnumerable<long> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="other"/> documentation for "M:Bio.Util.RangeCollection.UnionWith(System.Collections.Generic.IEnumerable{System.Int64})"]

Implements

ISetTUnionWith(IEnumerableT)
See Also