Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The SimpleElement..::..SimpleElementList type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Capacity | Gets or sets the number of elements that the ArrayList can contain. (Inherited from ArrayList.) | |
| Count | Gets the number of elements actually contained in the ArrayList. (Inherited from ArrayList.) | |
| IsFixedSize | Gets a value indicating whether the ArrayList has a fixed size. (Inherited from ArrayList.) | |
| IsReadOnly | Gets a value indicating whether the ArrayList is read-only. (Inherited from ArrayList.) | |
| IsSynchronized | Gets a value indicating whether access to the ArrayList is synchronized (thread safe). (Inherited from ArrayList.) | |
| Item |
Gets or sets the element at the specified index.
(Overrides ArrayList..::..Item[([( Int32])]) .) | |
| Parent |
Parent SimpleElement.
| |
| SyncRoot | Gets an object that can be used to synchronize access to the ArrayList. (Inherited from ArrayList.) |