Share via


ThreadSafeReadOnlyObservableCollection<T>.ICollection<T>.Add Method (T)

 

Adds the specified item to the collection.

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

Syntax

void ICollection<T>.Add(
    T item
)
private:
virtual void Add(
    T item
) sealed = ICollection<T>::Add
Private Sub Add (
    item As T
)
    Implements ICollection(Of T).Add

Parameters

  • item
    Type: T

    The item to be added.

Implements

ICollection<T>.Add(T)

Exceptions

Exception Condition
NotSupportedException

This method always throws this exception.

See Also

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

Return to top