Click or drag to resize

GraphHelpersJavaRemoveTKey, TValue Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.GraphHelpers.JavaRemove``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]

Namespace:  Frontenac.Blueprints
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static TValue JavaRemove<TKey, TValue>(
	this IDictionary<TKey, TValue> dictionary,
	TKey key
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="dictionary"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.JavaRemove``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.JavaRemove``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.JavaRemove``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:Frontenac.Blueprints.GraphHelpers.JavaRemove``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]

Return Value

Type: TValue

[Missing <returns> documentation for "M:Frontenac.Blueprints.GraphHelpers.JavaRemove``2(System.Collections.Generic.IDictionary{``0,``1},``0)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionaryTKey, TValue. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also