Click or drag to resize

GraphHelpers.Get<TKey, TValue> Method (IDictionary<TKey, TValue>, TKey)

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

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

Parameters

dictionary
Type: System.Collections.Generic.IDictionary<TKey, TValue>

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

key
Type: TKey

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

Type Parameters

TKey

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

TValue

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

Return Value

Type: TValue

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.GraphHelpers.Get``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 IDictionary<TKey, 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