 | ContainerHelperNewDictionary(Type, Type) Method |
Creates a new dictionary of the given key type and value type
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static IDictionary NewDictionary(
Type keyType,
Type valueType
)
Parameters
- keyType Type
- The key type of the dictionary to be created
- valueType Type
- The value type of the dictionary to be created
Return Value
IDictionaryThe newly created dictionary, null if unsuccessfull
See Also