Graph<NodeDataT,NodeT>.GetNode(String) Method

Definition

public NodeT GetNode (string key);
member this.GetNode : string -> 'NodeT
Public Function GetNode (key As String) As NodeT

Parameters

key
String

Returns

NodeT

Applies to