Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedSet(T) Class
RankedSet(T) Methods
ICollection(T).Add Method
ICollection.CopyTo Method
IEnumerable(T).GetEnumerator Method
IEnumerable.GetEnumerator Method
ISerializable.GetObjectData Method
IDeserializationCallback.OnDeserialization Method
Add Method
Clear Method
Contains Method
CopyTo Method
CreateSetComparer Method
ElementAt Method
ElementAtOrDefault Method
ElementsBetween Method
ElementsBetweenIndexes Method
ElementsFrom Method
ExceptWith Method
First Method
GetEnumerator Method
GetObjectData Method
IndexOf Method
IntersectWith Method
IsProperSubsetOf Method
IsProperSupersetOf Method
IsSubsetOf Method
IsSupersetOf Method
Last Method
OnDeserialization Method
Overlaps Method
Remove Method
RemoveAt Method
RemoveRange Method
RemoveWhere Method
Replace Method
Reverse Method
SetEquals Method
Skip Method
SkipWhile Method
SymmetricExceptWith Method
TryGet Method
TryGetGreaterThan Method
TryGetGreaterThanOrEqual Method
TryGetLessThan Method
TryGetLessThanOrEqual Method
UnionWith Method
RankedSet
T
RemoveAt Method
Removes the item at the supplied index from the set.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
void
RemoveAt
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based position of the item to remove.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
When
index
is less than zero or greater than or equal to
Count
.
See Also
Reference
RankedSet
T
Class
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)