Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

80cbfd37 9d6a b9ef 2aa8 15fb52ed4165

haplokuon edited this page May 6, 2023 · 1 revision

IndexOf Method

netDxf 3.0.0 Library

Determines the index of a specific item in the list.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public int IndexOf(
	string item
)

VB

Public Function IndexOf ( 
	item As String
) As Integer

C++

public:
virtual int IndexOf(
	String^ item
) sealed

F#

abstract IndexOf : 
        item : string -> int 
override IndexOf : 
        item : string -> int 

Parameters

  String
The object to locate in the list.

Return Value

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

Implements

IList(T).IndexOf(T)

See Also

Reference

SupportFolders Class
netDxf.Collections Namespace

Clone this wiki locally