Namespace:
NHibernate.Collection.Generic
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function IndexOf ( _ value As Object _ ) As Integer |
C# |
---|
public int IndexOf( Object value ) |
Visual C++ |
---|
public: virtual int IndexOf( Object^ value ) sealed |
JavaScript |
---|
function indexOf(value); |
Parameters
- value
- Type: System..::.Object