 | ContainerHelperPeekK, V(DictionaryK, V, Int32) Method |
Returns the value from the dictionary at the nth position as defined by the iterator of the dictionary.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static K Peek<K, V>(
Dictionary<K, V> dict,
int num
)
Parameters
- dict DictionaryK, V
- A dictionary.
- num Int32
- The number of the element to get in the iteration sequence.
Type Parameters
- K
- V
Return Value
KThe element at the position to get.
See Also