A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary.Graphs
BaseGraph Class
BaseGraph Methods
NodeAdd Method
NodeAdd Method (List(Int32))
NodeAdd Method (Int32)
BaseGraph
NodeAdd Method (List
Int32
)
Adds multiple nodes
Namespace:
GraphLibrary.Graphs
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
Copy
public
abstract
void
NodeAdd
(
List
<
int
>
nodes
)
Parameters
nodes
Type:
System.Collections.Generic
List
Int32
List of nodes
See Also
Reference
BaseGraph Class
NodeAdd Overload
GraphLibrary.Graphs Namespace