AdapterDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used internally at run time by the configuration system to contain the names of the available adapters used to render server controls on different browsers.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class AdapterDictionary : System::Collections::Specialized::OrderedDictionary
[System.Serializable]
public class AdapterDictionary : System.Collections.Specialized.OrderedDictionary
[<System.Serializable>]
type AdapterDictionary = class
inherit OrderedDictionary
Public Class AdapterDictionary
Inherits OrderedDictionary
- Inheritance
- Attributes
Constructors
AdapterDictionary() |
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 create a new instance of this class. |
Properties
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) |
Methods
Add(Object, Object) |
Adds an entry with the specified key and value into the OrderedDictionary collection with the lowest available index. (Inherited from OrderedDictionary) |
AsReadOnly() |
Returns a read-only copy of the current OrderedDictionary collection. (Inherited from OrderedDictionary) |
Clear() |
Removes all elements from the OrderedDictionary collection. (Inherited from OrderedDictionary) |
Contains(Object) |
Determines whether the OrderedDictionary collection contains a specific key. (Inherited from OrderedDictionary) |
CopyTo(Array, Int32) |
Copies the OrderedDictionary elements to a one-dimensional Array object at the specified index. (Inherited from OrderedDictionary) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Returns an IDictionaryEnumerator object that iterates through the OrderedDictionary collection. (Inherited from OrderedDictionary) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetObjectData(SerializationInfo, StreamingContext) |
Obsolete.
Implements the ISerializable interface and returns the data needed to serialize the OrderedDictionary collection. (Inherited from OrderedDictionary) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Insert(Int32, Object, Object) |
Inserts a new entry into the OrderedDictionary collection with the specified key and value at the specified index. (Inherited from OrderedDictionary) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
OnDeserialization(Object) |
Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. (Inherited from OrderedDictionary) |
Remove(Object) |
Removes the entry with the specified key from the OrderedDictionary collection. (Inherited from OrderedDictionary) |
RemoveAt(Int32) |
Removes the entry at the specified index from the OrderedDictionary collection. (Inherited from OrderedDictionary) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
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) |
IDeserializationCallback.OnDeserialization(Object) |
Implements the ISerializable interface and is called back by the deserialization event when deserialization is complete. (Inherited from OrderedDictionary) |
IDictionary.IsFixedSize |
Gets a value indicating whether the OrderedDictionary has a fixed size. (Inherited from OrderedDictionary) |
IEnumerable.GetEnumerator() |
Returns an IDictionaryEnumerator object that iterates through the OrderedDictionary collection. (Inherited from OrderedDictionary) |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |