This topic has not yet been rated - Rate this topic

NamedValueDictionary.Remove Method

Removes the specified key and value from the dictionary.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

public bool Remove (
         string key
)

Parameters

key
Identity of the key to be removed.

Return Value

true if the value is present; false otherwise.

Windows XP SP2, Windows Vista

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.