Share via


ThreadSafeReadOnlyObservableCollection<T>.IndexOf Method (Object)

 

Returns the index of the first occurrence of an object in the collection.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

public int IndexOf(
    object value
)
public:
virtual int IndexOf(
    Object^ value
) sealed
Public Function IndexOf (
    value As Object
) As Integer

Parameters

  • value
    Type: System.Object

    The value to locate in the collection.

Return Value

Type: System.Int32

The index of the value.

Implements

IList.IndexOf(Object)

See Also

IndexOf Overload
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top