Get an enumerator of child elements that have a specific name.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
IEnumerator GetElements(
	string name
)

Parameters

name
Type: System..::..String
The name of child elements.

Return Value

An enumerator containing all child elements of the specified name.

Remarks

This is a convenience method. Elements are accessed and manipulated via the list returned from ElementList.

See Also