Click or drag to resize

KeyedList Properties

The KeyedList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of key/value pairs contained in the 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 value associated with the specified index
Public propertyItemObject
Gets or sets the value associated with the specified key
Public propertyKeys
List of keys
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection
Public propertyValues
List of values
Top
See Also