Click or drag to resize

PdfArrayWrapperTIndexOf Method

Determines the index of a specific item in the collection.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public int IndexOf(
	T item
)

Parameters

item  T
The object to locate in the collection

Return Value

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

Implements

IListTIndexOf(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also