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