StringKeyedDictionaryTValueContainsKey(StringSegment) Method

Determines whether this instance contains an element with the specified key.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public bool ContainsKey(
	StringSegment key
)

Parameters

key  StringSegment
The key to locate.

Return Value

Boolean
, if the dictionary contains an element with the key; otherwise, .

Implements

IStringKeyedDictionaryTValueContainsKey(StringSegment)
IStringKeyedReadOnlyDictionaryTValueContainsKey(StringSegment)

Exceptions

See Also