Click or drag to resize

ContainerHelperDequeAsSetV Method

Creates a new dictionary representing a set containing all values from the given list.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Dictionary<V, SetValueType> DequeAsSet<V>(
	Deque<V> a
)

Parameters

a
Type: de.unika.ipd.grGen.libGrDequeV

Type Parameters

V

Return Value

Type: DictionaryV, SetValueType
See Also