Partilhar via


LazyList<T>.IndexOf Method (T)

 

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public int IndexOf(
    T item
)
public:
virtual int IndexOf(
    T item
) sealed
abstract IndexOf : 
        item:'T -> int
override IndexOf : 
        item:'T -> int
Public Function IndexOf (
    item As T
) As Integer

Parameters

  • item
    Type: T

Return Value

Type: System.Int32

Implements

IList<T>.IndexOf(T)

See Also

LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top