 | ObservableCollectionTIndexOf Method |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.
Namespace:
netDxf.Collections
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxpublic int IndexOf(
T item
)
Request Example
View SourceParameters
- item
- Type: T
The object to locate in the collection.
Return Value
Type:
Int32The zero-based index of the first occurrence of item within the entire collection, if found; otherwise, –1.
Implements
IListTIndexOf(T)
See Also