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