Value.ContainsKey Method

Determines whether the Value contains a Value with the specified key.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public bool ContainsKey(
    string key
)

Parameters

key

Type: System.String
The key to locate in the Value.

Return Value

Type: Boolean
true if the Value contains a Value with the specified key; otherwise, false.

Implements

IDictionary.TKey, TValue..ContainsKey(TKey)
IReadOnlyDictionary.TKey, TValue..ContainsKey(TKey)

Reference

Value Class

TcHmiSrv.Core Namespace