AdapterDictionary Properties
This API supports the product infrastructure and is not intended to be used directly from your code.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of key/values pairs contained in the OrderedDictionary collection.(Inherited from OrderedDictionary.) |
![]() | IsReadOnly | Gets a value indicating whether the OrderedDictionary collection is read-only.(Inherited from OrderedDictionary.) |
![]() | Item[Int32] | Gets or sets the value at the specified index.(Inherited from OrderedDictionary.) |
![]() | Item[Object] | Gets or sets the value with the specified key.(Inherited from OrderedDictionary.) |
![]() | Item[String] | This API supports the product infrastructure and is not intended to be used directly from your code. Used internally at run time by the configuration system to get or set a specified adapter name. |
![]() | Keys | Gets an ICollection object containing the keys in the OrderedDictionary collection.(Inherited from OrderedDictionary.) |
![]() | Values | Gets an ICollection object containing the values in the OrderedDictionary collection.(Inherited from OrderedDictionary.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to the OrderedDictionary object is synchronized (thread-safe).(Inherited from OrderedDictionary.) |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the OrderedDictionary object.(Inherited from OrderedDictionary.) |
![]() ![]() | IDictionary.IsFixedSize | Gets a value indicating whether the OrderedDictionary has a fixed size.(Inherited from OrderedDictionary.) |


