Share via


NamedValueDictionary.Remove Method

Note

This method is available only when developing for Windows.

Removes the specified key and value from the dictionary.

Syntax

'Declaration
Public Function Remove ( _
         key As String _
) As Boolean 
public bool Remove (
         string key
)
public:
bool Remove(
         String key
)

Parameters

  • key
    Type: String
    Identity of the key to be removed.

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