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

Get the dictionary of all attributes.

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

Syntax

C#
public virtual IDictionary Attributes { get; }

Field Value

A IDictionary containing all attributes of this IXmlElement; the return value will never be null, although it may be an empty dictionary.

Implements

IXmlElement..::.Attributes

Remarks

The dictionary is keyed by attribute names. The corresponding values are non-null objects that implement the IXmlValue interface.

See Also