Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the NamedValueDictionary type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
NamedValueDictionary | Initializes an instance of NamedValueDictionary. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the dictionary. |
![]() |
Item | Gets or sets the specified item. |
![]() |
Keys | Gets all keys contained in the dictionary. |
![]() |
Values | Gets all values contained in the dictionary. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds the specified key and value to the dictionary. |
![]() |
Clear | Removes all keys and values from the dictionary. |
![]() |
ContainsKey | Determines whether the specified key is present in the dictionary. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetEnumerator | Gets an enumerator that iterates through items in a dictionary. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
Remove | Removes the specified key and value from the dictionary. |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue | Gets the value associated with the specified key. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
AddItem | Adds an element to the dictionary. |
![]() |
ClearItems | Removes all elements from the dictionary. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RemoveItem | Removes the specified element from the dictionary. |
![]() |
SetItem | Modifies the value of an existing element. |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,T>>.IsReadOnly | Gets a value indicating if this object is read-only. |
![]() ![]() |
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,T>>.Add | Adds an item to the collection. |
![]() ![]() |
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,T>>.Contains | Determines whether the collection contains a specific value. |
![]() ![]() |
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,T>>.CopyTo | Copies the elements of the collection to an array, starting at a specified index. |
![]() ![]() |
System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that can iterate through this collection. |
![]() ![]() |
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,T>>.Remove | Removes the first occurrence of the specified object from the collection. |
See Also
Reference
NamedValueDictionary Generic Class
Microsoft.Xna.Framework.Content.Pipeline Namespace