Click or drag to resize

freeGraphWithAdaptersadapters Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the adapters.

Namespace:  imbSCI.Graph.FreeGraph.adapters
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Dictionary<Type, IFreeGraphAdapter> adapters { get; }
Request Example View Source

Property Value

Type: DictionaryType, IFreeGraphAdapter
The adapters.
See Also