 | ContainerHelperDequeAsSetV Method |
Creates a new dictionary representing a set containing all values from the given list.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic static Dictionary<V, SetValueType> DequeAsSet<V>(
Deque<V> a
)
Parameters
- a DequeV
-
Type Parameters
- V
Return Value
DictionaryV,
SetValueType
See Also