Click or drag to resize

ContainerHelperNewList(Type) Method

Creates a new List of the given value type

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public static IList NewList(
	Type valueType
)

Parameters

valueType  Type
The value type of the List to be created

Return Value

IList
The newly created List, null if unsuccessfull
See Also