Creates a new dictionary representing a set containing all values from the given list.

C# |
public static Dictionary<V, SetValueType> ArrayAsSet<V>( List<V> a )

- V

- a (List<(Of <(<'V>)>)>)
![]() | GrGen.NET v4.4 API: the libGr class library (the type exact interface gets generated) ArrayAsSet<(Of <(<'V>)>)> Method (a) Namespaces ► de.unika.ipd.grGen.libGr ► ContainerHelper ► ArrayAsSet<(Of <<'(V>)>>)(List<(Of <<'(V>)>>)) |
C# |
public static Dictionary<V, SetValueType> ArrayAsSet<V>( List<V> a )