 | XmlGraphReaderNodes Property |
[This is preliminary documentation and is subject to change.]
Gets the nodes.
Namespace:
TrafficSimulation.Simulation.Engine.Xml
Assembly:
TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntaxpublic List<INode> Nodes { get; }Public ReadOnly Property Nodes As List(Of INode)
Get
public:
property List<INode^>^ Nodes {
List<INode^>^ get ();
}member Nodes : List<INode> with get
Property Value
Type:
ListINode
See Also