Click or drag to resize

ContainerHelperArrayAsMapV(ListV) Method

Creates a new dictionary representing a map containing all values from the given list, mapped to by their index.

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

Parameters

a  ListV
 

Type Parameters

V

Return Value

DictionaryInt32, V
See Also