Click or drag to resize
RangeCollectionIsSubsetOf Method

[Missing <summary> documentation for "M:Bio.Util.RangeCollection.IsSubsetOf(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 bool IsSubsetOf(
	IEnumerable<long> other
)

Parameters

other
Type: System.Collections.GenericIEnumerableInt64

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

Return Value

Type: Boolean

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

Implements

ISetTIsSubsetOf(IEnumerableT)
See Also