[]
        
(Showing Draft Content)

C1.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)
Public Function TryGetValue(key As TKey, ByRef item As TItem) As Boolean
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.