NamedValueDictionary<T>.Remove Method (Microsoft.Xna.Framework.Content.Pipeline)

Removes the specified key and value from the dictionary.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public sealed bool Remove(
	string key
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

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

Return Value

Type: System.Boolean
true if the value is present; false otherwise.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop