Click or drag to resize

ContainerHelperArrayAsMap Method (IList)

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.2
Syntax
C#
public static IDictionary ArrayAsMap(
	IList a
)

Parameters

a
Type: System.CollectionsIList

Return Value

Type: IDictionary
See Also