IStringKeyedDictionaryTValueContainsKey(ReadOnlySpanChar) 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(
	ReadOnlySpan<char> key
)

Parameters

key  ReadOnlySpanChar
The key to locate.

Return Value

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

Remarks

  Note

This member is available only in .NET Core 2.1/.NET Standard 2.1 and above.

See Also