Share via


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

 

Removes the item at the specified index from the collection.

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

Syntax

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

Parameters

  • index
    Type: System.Int32

    The index where the item is located.

Implements

IList<T>.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