Click or drag to resize

Items Properties

The Items type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection
Public propertyIsFixedSize
Gets a value indicating if the IDictionary object has a fixed size
Public propertyIsReadOnly
Gets a value indicating if the IDictionary object is read-only
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread-safe)
Public propertyItem
Gets or sets the element with the specified key
Public propertyKeys
Gets an ICollection object containing the keys of the IDictionary object
Public propertySyncRoot
Gets an object that can be used to Synchronize access to the ICollection
Public propertyValues
Gets an ICollection object containing the values in the IDictionary object
Top
See Also