Click or drag to resize

SupportFoldersIndexOf Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Determines the index of a specific item in the list.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public int IndexOf(
	string item
)
Request Example View Source

Parameters

item
Type: SystemString
The object to locate in the list.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also