Click or drag to resize

MarshalByRefReadOnlyCollectionBase Properties

The MarshalByRefReadOnlyCollectionBase type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of items in the collection.
Protected propertyInnerList
Gets the ArrayList stored within the collection.
Public propertyIsSynchronized

Gets a value indicating whether access to the collection is synchronized (thread-safe).

Public propertySyncRoot

Gets an object that can be used to synchronize access to the collection.

Top
See Also