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

Construct a SimpleValue.

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

Syntax

C#
public SimpleValue(
	Object value
)

Parameters

value
Type: System..::.Object
The initial value for this SimpleValue.

Remarks

Constructs an element's content value from the passed object value. If the object is a string, then the string should be un-escaped by this point; it must not still be in the form of the CDATA construct.

Exceptions

ExceptionCondition
System..::.ArgumentException If the string value is illegal.

See Also