RangeCollectionUnionWith Method |
[Missing <summary> documentation for "M:Bio.Util.RangeCollection.UnionWith(System.Collections.Generic.IEnumerable{System.Int64})"]
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void UnionWith(
IEnumerable<long> other
)
Public Sub UnionWith (
other As IEnumerable(Of Long)
)
public:
virtual void UnionWith(
IEnumerable<long long>^ other
) sealed
abstract UnionWith :
other : IEnumerable<int64> -> unit
override UnionWith :
other : IEnumerable<int64> -> unit
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