Click or drag to resize

XmlHelperAddElements Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Add the elements from the IEnumerator to the passed XML.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static void AddElements(
	IXmlElement xml,
	IEnumerator enumerator
)

Parameters

xml
Type: Tangosol.Run.XmlIXmlElement
An IXmlElement object to add to.
enumerator
Type: System.CollectionsIEnumerator
An IEnumerator of zero or more IXmlElement objects to add.
See Also