Click or drag to resize

graphMultiRootTGet Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the specified key.

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

Parameters

key
Type: SystemString
The key.
autocreate
Type: SystemBoolean
if set to true [autocreate].

Return Value

Type: T
See Also