Share via


ThreadSafeReadOnlyObservableCollection<T>.IList.RemoveAt Method (Int32)

 

Removes the value at the specified index from the collection.

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

Syntax

void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
Private Sub RemoveAt (
    index As Integer
)
    Implements IList.RemoveAt

Parameters

  • index
    Type: System.Int32

    The index of the value to be removed.

Implements

IList.RemoveAt(Int32)

Exceptions

Exception Condition
NotSupportedException

This method always throws this exception.

See Also

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

Return to top