Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Create new SimpleElementAttributes instance with specified parent.

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

Syntax

C#
public SimpleElementAttributes(
	SimpleElement parent
)

Parameters

parent
Type: Tangosol.Run.Xml..::.SimpleElement
Parent SimpleElement.

See Also