89eb6b27 8b1e 39f2 a41b e563c6fba11a - iAJTin/iExportEngine GitHub Wiki
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)
C#
public int IndexOf(
TItem item
)VB
Public Function IndexOf (
item As TItem
) As Integer
- item
- Type: TItem
The object to locate in the BaseSimpleModelCollection(TItem, TParent). The value can be null for reference types.
Type: Int32
The zero-based index of the first occurrence of item within the entire BaseSimpleModelCollection(TItem, TParent), if found; otherwise, –1.
IList(T).IndexOf(T)
[Missing documentation for "M:iTin.Export.Model.BaseSimpleModelCollection2.IndexOf(0)"]
BaseSimpleModelCollection(TItem, TParent) Class
iTin.Export.Model Namespace