IEnumTopologyNode Interface

Provides access to a set of topology nodes.

Members

Name Description
Read-only property Count The number of topology nodes in the enumerator.
Method Next Returns the next topology node.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.