Oracle® Coherence .NET API Reference Release 3.6
E15727-01

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

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.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