Click or drag to resize

graphNodeBaseContainsKey Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines whether the specified key contains key.

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool ContainsKey(
	string key
)
Request Example View Source

Parameters

key
Type: SystemString
The key.

Return Value

Type: Boolean
true if the specified key contains key; otherwise, false.
See Also