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