[]
Gets the page by specified key.
public bool TryGetValue(TKey key, out TItem item)
Type | Name | Description |
---|---|---|
TKey | key | The specified key. |
TItem | item | The page of document. |
Type | Description |
---|---|
bool | True if item was found in C1KeyedList<TKey, TItem>;false otherwise. |