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