[This is preliminary documentation and is subject to change.]
Represents whole graph, implements graph alghoritms
Namespace: Tools.DataStructuresT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| Visual Basic |
|---|
Public Class Graph _
Implements ICloneable(Of Graph) |
| Visual C++ |
|---|
public ref class Graph : ICloneable<Graph^> |
| F# |
|---|
type Graph =
class
interface ICloneable<Graph>
end |
| JScript |
|---|
public class Graph implements ICloneable<Graph> |
Remarks
Inheritance Hierarchy
See Also
Version History
1.5.2
-
(Nightly)
Class introduced