Click or drag to resize

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
Syntax
C#
public static IList NewList(
	Type valueType
)

Parameters

valueType
Type: SystemType
The value type of the List to be created

Return Value

Type: IList
The newly created List, null if unsuccessfull
See Also