Provides access to a set of topology nodes.
Members
Name | Description | |
---|---|---|
Count | The number of topology nodes in the enumerator. | |
Next | Returns the next topology node. | |
Reset | Resets the enumerator. |
IEnumTopologyNode.Count Property
The number of topology nodes in the enumerator.
Public ReadOnly Property Count As Integer
public int Count {get;}
IEnumTopologyNode.Next Method
Returns the next topology node.
Public Function Next ( _
) As ITopologyNode
public ITopologyNode Next (
);
IEnumTopologyNode.Reset Method
Resets the enumerator.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumTopologyNode
Classes | Description |
---|