Click or drag to resize

TypedCollectionT Properties

The TypedCollectionT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in collection.
Public propertyIsFixedSize
Gets a value indicating whether the collection has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
Public propertyItemInt32
Gets or sets the item at the specified index.
Public propertyItemString
Gets the item with the provided unique name.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
Top
See Also