BaseCollection(T) Properties

The BaseCollection<(Of <(T>)>) type exposes the following members.

Properties

  Name Description
Dd253450.pubproperty(en-us,office.13).gif Count
Gets the number of items in the collection.
Dd253450.pubproperty(en-us,office.13).gif IsFixedSize
Gets a boolean that specifies whether the size of the collection is fixed.
Dd253450.pubproperty(en-us,office.13).gif IsReadOnly
Gets a boolean that specifies whether the collection is read-only.
Dd253450.pubproperty(en-us,office.13).gif IsSynchronized
Gets a boolean that specifies whether the collection is synchronized.
Dd253450.pubproperty(en-us,office.13).gif Item
Gets or sets an element in the collection at a specific position.
Dd253450.pubproperty(en-us,office.13).gif SyncRoot
Gets an object that can be used to synchronize access to the collection.

See Also

BaseCollection<(Of <(T>)>) Class

Microsoft.Rtc.Workflow.Utilities Namespace