Click or drag to resize

ContainerHelperIndexOfOrdered Method (ListString, String)

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static int IndexOfOrdered(
	List<string> a,
	string entry
)

Parameters

a
Type: System.Collections.GenericListString
entry
Type: SystemString

Return Value

Type: Int32
See Also