Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedMap(TKey, TValue).ValueCollection Class
ValueCollection Methods
ICollection(TValue).Add Method
ICollection(TValue).Clear Method
ICollection(TValue).Contains Method
ICollection.CopyTo Method
IEnumerable(TValue).GetEnumerator Method
IEnumerable.GetEnumerator Method
ICollection(TValue).Remove Method
CopyTo Method
ElementAt Method
ElementAtOrDefault Method
First Method
GetEnumerator Method
IndexOf Method
Last Method
Reverse Method
Skip Method
SkipWhile Method
RankedMap
TKey
,
TValue
ValueCollection
ElementAt Method
Gets the value at the supplied index.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
TValue
ElementAt
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based index of the value to get.
Return Value
Type:
TValue
The value at
index
.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
When
index
is less than zero or greater than or equal to the number of keys.
Remarks
This is a O(log
n
) operation.
See Also
Reference
RankedMap
TKey, TValue
ValueCollection Class
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)