[]
        
(Showing Draft Content)

C1.Document.C1SortedList-2.TryGetValue

TryGetValue Method

TryGetValue(TKey, out TValue)

Gets the value by specified key.

Declaration
public bool TryGetValue(TKey key, out TValue value)
Parameters
Type Name Description
TKey key

The specified key.

TValue value

The value corresponding to the key.

Returns
Type Description
bool

True if the value was found in the collection; otherwise, false.