Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int IndexOf(TValue)

  • Declared in: RT.Servers.ValuesCollection<TValue>
  • Implements: IList<TValue>.IndexOf(TValue)

Declaration

public int IndexOf(
    TValue item
)

Summary

Returns the index of the specified item in this collection, or -1 if not found.

Parameters

TValueitemItem to be searched for.