Click or drag to resize

ContainerHelperNewDictionary Method (Type, Type)

Creates a new dictionary of the given key type and value type

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IDictionary NewDictionary(
	Type keyType,
	Type valueType
)

Parameters

keyType
Type: SystemType
The key type of the dictionary to be created
valueType
Type: SystemType
The value type of the dictionary to be created

Return Value

Type: IDictionary
The newly created dictionary, null if unsuccessfull
See Also