Graph<NodeDataT,NodeT>.Visit(Action<NodeT>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public void Visit (Action<NodeT> visitor);
member this.Visit : Action<'NodeT (requires 'NodeT :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.DAG.Node<'NodeDataT>)> -> unit
Public Sub Visit (visitor As Action(Of NodeT))
Parameters
- visitor
- Action<NodeT>