 | ContainerHelperNewList(Type) Method |
Creates a new List of the given value type
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static IList NewList(
Type valueType
)
Parameters
- valueType Type
- The value type of the List to be created
Return Value
IListThe newly created List, null if unsuccessfull
See Also