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