NamedValueDictionary.ContainsKey Method
Note
This method is available only when developing for Windows.
Determines whether the specified key is present in the dictionary.
Syntax
'Declaration
Public Function ContainsKey ( _
key As String _
) As Boolean
public bool ContainsKey (
string key
)
public:
bool ContainsKey(
String key
)
Parameters
- key
Type: String
Identity of a key.
Return Value
Type: Boolean
true if the value is present; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)
See Also
Reference
NamedValueDictionary Generic Class
NamedValueDictionary Members
Microsoft.Xna.Framework.Content.Pipeline Namespace
Platforms
Windows 7, Windows Vista, Windows XP