Returns the index at which the object exists in the in-memory list.
Namespace: DatabaseObjects.GenericAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# |
|---|
protected int VolatileObjectIndexOf( T objObject ) |
| Visual Basic |
|---|
Protected Function VolatileObjectIndexOf ( _ objObject As T _ ) As Integer |
| Visual C++ |
|---|
protected: int VolatileObjectIndexOf( T objObject ) |
Parameters
- objObject
- Type: T
[Missing <param name="objObject"/> documentation for "M:DatabaseObjects.Generic.DatabaseObjectsVolatile`1.VolatileObjectIndexOf(`0)"]
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.Generic.DatabaseObjectsVolatile`1.VolatileObjectIndexOf(`0)"]
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | ArgumentOutOfRangeException |