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