SimpleElementSimpleElementEnumerator Constructor |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Create new SimpleElementEnumerator with specified parent
element and element name.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxpublic SimpleElementEnumerator(
SimpleElement parent,
string name
)
Parameters
- parent
- Type: Tangosol.Run.XmlSimpleElement
Parent SimpleElement.
- name
- Type: SystemString
Name of elements that will be enumerated.
See Also