Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32The index where the item is located.
Implements
Exceptions
Exception | Condition |
---|---|
NotSupportedException | This method always throws this exception. |
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top