DVTk API
IndexOf Method (value)
DVTkDvtkData.Validation.TypeSafeCollectionsValidationAcseSopClassExtendedCollectionIndexOf(ValidationAcseSopClassExtended)
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++
public int IndexOf(
	ValidationAcseSopClassExtended value
)
Public Function IndexOf ( _
	value As ValidationAcseSopClassExtended _
) As Integer
public:
int IndexOf(
	ValidationAcseSopClassExtended^ value
)
Parameters
value (ValidationAcseSopClassExtended)
The item to locate in the IList.
Return Value
The index of value if found in the list; otherwise, -1.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0