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

An IDictionary implementation using a ListDictionary that supports only strings for keys and IXmlValue for values.

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

Syntax

C#
protected class SimpleElementAttributes : IDictionary, 
	ICollection, IEnumerable, ICloneable

Inheritance Hierarchy

System..::.Object
  Tangosol.Run.Xml..::.SimpleElement..::.SimpleElementAttributes

See Also