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

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.6.0.0 (3.6.0.0)

Syntax

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

Inheritance Hierarchy

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

See Also