Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Adds an item to the IList.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public int Add(
	Object value
)

Parameters

value
Type: System..::..Object
The object to add to the IList.

Return Value

The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection,

Implements

IList..::..Add(Object)

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionThe IList is read-only.-or- The IList has a fixed size.

See Also