[]
        
(Showing Draft Content)

C1.WPF.Document.C1KeyedList-2.TryGetValue

TryGetValue Method

TryGetValue(TKey, out TItem)

Gets the page by specified key.

Declaration
public bool TryGetValue(TKey key, out TItem item)
Parameters
Type Name Description
TKey key

The specified key.

TItem item

The page of document.

Returns
Type Description
bool

True if item was found in C1KeyedList<TKey, TItem>;false otherwise.