Share via


ThreadSafeReadOnlyObservableCollection<T>.IndexOf Method

 

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

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

Overload List

Name Description
System_CAPS_pubmethod IndexOf(T)

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

System_CAPS_pubmethod IndexOf(Object)

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

See Also

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

Return to top