Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

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

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

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