Click or drag to resize

SimpleElementInstantiateAttributes Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Instantiate an IDictionary implementation that will support the name to value dictionary used to hold attributes.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual IDictionary InstantiateAttributes()

Return Value

Type: IDictionary
A IDictionary that supports string keys and IXmlValue values.
See Also