Back to Devexpress

PresentationDictionary<TKey, TValue>.ContainsKey(TKey) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationdictionary-2-dot-containskey-x28-0-x29.md

latest1.6 KB
Original Source

PresentationDictionary<TKey, TValue>.ContainsKey(TKey) Method

Determines whether the dictionary contains an element with the specified key.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool ContainsKey(
    TKey key
)
vb
Public Function ContainsKey(
    key As TKey
) As Boolean

Parameters

NameTypeDescription
keyTKey

The key to locate in the dictionary.

|

Returns

TypeDescription
Boolean

true if the dictionary contains an element with the specified key; otherwise, false.

|

Implements

ContainsKey(TKey)

See Also

PresentationDictionary<TKey, TValue> Class

PresentationDictionary<TKey, TValue> Members

DevExpress.Docs.Presentation Namespace