Skip to content

89eb6b27 8b1e 39f2 a41b e563c6fba11a

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseSimpleModelCollection(TItem, TParent).IndexOf Method

Additional header content

Searches for the specified object and returns the zero-based index of the first occurrence within the entire BaseSimpleModelCollection(TItem, TParent).

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public int IndexOf(
	TItem item
)

VB

Public Function IndexOf ( 
	item As TItem
) As Integer

Parameters

 

item
Type: TItem
The object to locate in the BaseSimpleModelCollection(TItem, TParent). The value can be null for reference types.

Return Value

Type: Int32
The zero-based index of the first occurrence of item within the entire BaseSimpleModelCollection(TItem, TParent), if found; otherwise, –1.

Implements

IList(T).IndexOf(T)

Remarks

[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection2.IndexOf(0)"]

See Also

Reference

BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace

Clone this wiki locally