Persistate API documentation
IndexOf Method (obj)
NamespacesPersistateIndexedList<(Of <(<'T>)>)>IndexOf(Object)

[This is preliminary documentation and is subject to change.]

Returns the index of the given object (not T) in the collection.
Declaration Syntax
C#
public int IndexOf(
	Object obj
)
Parameters
obj (Object)
The object to find the index of.
Return Value
The index of the object, or -1 if not there,

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)