ListDictionary Properties
.NET Framework (current version)
Namespace:
System.Collections.Specialized
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of key/value pairs contained in the ListDictionary. |
![]() | IsFixedSize | Gets a value indicating whether the ListDictionary has a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the ListDictionary is read-only. |
![]() | IsSynchronized | Gets a value indicating whether the ListDictionary is synchronized (thread safe). |
![]() | Item[Object] | Gets or sets the value associated with the specified key. |
![]() | Keys | Gets an ICollection containing the keys in the ListDictionary. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ListDictionary. |
![]() | Values | Gets an ICollection containing the values in the ListDictionary. |
Show:
