Click or drag to resize

ContainerHelperPeek Method

Overload List
  NameDescription
Public methodStatic memberPeekT(ListT)
Public methodStatic memberPeek(Object)
Returns the value from the deque begin or array end.
Public methodStatic memberPeekT(DequeT)
Public methodStatic memberPeekK, V(DictionaryK, V, Int32)
Returns the value from the dictionary at the nth position as defined by the iterator of the dictionary.
Public methodStatic memberPeekT(ListT, Int32)
Public methodStatic memberPeek(Object, Int32)
Returns the value from the dictionary or list or deque at the nth position as defined by the iterator of the dictionary or the index of the list or the iterator of the deque.
Public methodStatic memberPeekT(DequeT, Int32)
Top
See Also