Click or drag to resize

ContainerHelperSetAsArrayV(DictionaryV, SetValueType) Method

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

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

Parameters

a  DictionaryV, SetValueType
 

Type Parameters

V

Return Value

ListV
See Also