RangeCollectionExceptWith Method |
[Missing <summary> documentation for "M:Bio.Util.RangeCollection.ExceptWith(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 ExceptWith(
IEnumerable<long> other
)
Public Sub ExceptWith (
other As IEnumerable(Of Long)
)
public:
virtual void ExceptWith(
IEnumerable<long long>^ other
) sealed
abstract ExceptWith :
other : IEnumerable<int64> -> unit
override ExceptWith :
other : IEnumerable<int64> -> unit
Parameters
- other
- Type: System.Collections.GenericIEnumerableInt64
[Missing <param name="other"/> documentation for "M:Bio.Util.RangeCollection.ExceptWith(System.Collections.Generic.IEnumerable{System.Int64})"]
Implements
ISetTExceptWith(IEnumerableT)See Also