NamedValueDictionary Members
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. |
Protected Properties
Name | Description | |
---|---|---|
![]() |
DefaultSerializerType | Specifies the type hint for the intermediate serializer. |
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.) |
![]() |
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. |
See Also
Reference
NamedValueDictionary Generic Class
Microsoft.Xna.Framework.Content.Pipeline Namespace