Share via


ApplicationTypeList.IndexOf(ApplicationType) Method

Definition

Returns the index of the specified item in this list.

public int IndexOf (System.Fabric.Query.ApplicationType item);
abstract member IndexOf : System.Fabric.Query.ApplicationType -> int
override this.IndexOf : System.Fabric.Query.ApplicationType -> int
Public Function IndexOf (item As ApplicationType) As Integer

Parameters

item
ApplicationType

The specified item in the list.

Returns

The index of the specified item in this list.

Implements

Applies to