NBElement GetGenericEnumerator Method IBM Integration Bus
The GetGenericEnumerator method returns an NBElementEnumerator for the children of the NBElement being operated on.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public IEnumerator<NBElement> GetGenericEnumerator()

Return Value

Type: OnlineIEnumerator NBElement 
An NBElementEnumerator.

Implements

OnlineIEnumerable T  GetEnumerator 
See Also