Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The ImmutableArrayList type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ImmutableMultiList.)
Public propertyIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from ImmutableMultiList.)
Public propertyIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from ImmutableMultiList.)
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ImmutableMultiList.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from ImmutableMultiList.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ImmutableMultiList.)

See Also