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
See Also
LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top