The Children method returns all child NBElements of this NBElement with the given Type.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public IEnumerable<NBElement> Children(
int type
)
public IEnumerable<NBElement> Children(
int type
)
Public Function Children (
type As Integer
) As IEnumerable(Of NBElement)
Public Function Children (
type As Integer
) As IEnumerable(Of NBElement)
public:
IEnumerable<NBElement^>^ Children(
int type
)
public:
IEnumerable<NBElement^>^ Children(
int type
)
member Children :
type : int -> IEnumerable<NBElement>
member Children :
type : int -> IEnumerable<NBElement>
Return Value
Type:
IEnumerable NBElement All children of the given type.