IStringKeyedReadOnlyDictionaryTValueContainsKey(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: 8.1.0
C#
bool ContainsKey(
	StringSegment key
)

Parameters

key  StringSegment
The key to locate.

Return Value

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

Exceptions

See Also