GenericListWrapperTIndexOf Method |
See interface docs.
Namespace: VirtualRadar.Interface.PortableBindingAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int IndexOf(
Object value
)
Public Function IndexOf (
value As Object
) As Integer
public:
virtual int IndexOf(
Object^ value
) sealed
abstract IndexOf :
value : Object -> int
override IndexOf :
value : Object -> int
Parameters
- value
- Type: SystemObject
Return Value
Type:
Int32Implements
IListIndexOf(Object)See Also