NBElement GetPlainEnumerator Method IBM Integration Bus
The GetPlainEnumerator method returns a plain IEnumerator 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 GetPlainEnumerator()

Return Value

Type: OnlineIEnumerator
A plain IEnumerator.

Implements

OnlineIEnumerable GetEnumerator 
See Also