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.Int32The index of the value to be removed.
Implements
Exceptions
Exception | Condition |
---|---|
NotSupportedException | This method always throws this exception. |
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top