Click or drag to resize

ContainerHelperArrayOrDequeAsSet Method

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

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static IDictionary ArrayOrDequeAsSet(
	Object obj
)

Parameters

obj
Type: SystemObject

Return Value

Type: IDictionary
See Also