Method Peek
Peek(out KeyValuePair<TKey, TValue>)
Retrieves the oldest entry in the collection based on the ordering supplied to the constructor.
Declaration
public bool Peek(out KeyValuePair<TKey, TValue> value)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<TKey, TValue> | value |
Returns
Type | Description |
---|---|
System.Boolean | True if the out parameter value was set. |