[This is preliminary documentation and is subject to change.]

Checks whether the trie contains a given full key.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public bool ContainsKey(
	string key
)

Parameters

key
String
Full key to search for.

Return Value

True if the trie contains a given key.

Implements

IDictionary<(Of <(<'TKey, TValue>)>)>..::..ContainsKey(TKey)

See Also