DVTk API
IndexOf Method (value)
DVTkDvtkData.CollectionsNullSafeCollectionBaseIndexOf(Object)
DVTk API

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

Determines the index of a specific item in the IList.
Declaration Syntax
C#Visual BasicVisual C++
protected int IndexOf(
	Object value
)
Protected Function IndexOf ( _
	value As Object _
) As Integer
protected:
int IndexOf(
	Object^ value
)
Parameters
value (Object)
The item to locate in the IList.
Return Value
The index of value if found in the list; otherwise, -1.
Remarks
Method access is protected. Only to be accessed by subclass.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0