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
ElementAt Method
Gets the item at the supplied index.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
T
ElementAt
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based index of the item to get.
Return Value
Type:
T
The item at
index
.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
When
index
is less than zero or not less than the number of items.
Remarks
This is a O(log
n
) operation.
See Also
Reference
RankedSet
T
Class
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)