Share via


ThreadSafeReadOnlyObservableCollection<T>.IList.Add Method (Object)

 

Adds the specified value to the collection.

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

Syntax

int IList.Add(
    object value
)
private:
virtual int Add(
    Object^ value
) sealed = IList::Add
Private Function Add (
    value As Object
) As Integer
    Implements IList.Add

Parameters

Return Value

Type: System.Int32

Returns -1.

Implements

IList.Add(Object)

Exceptions

Exception Condition
NotSupportedException

This method always throws this exception.

See Also

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

Return to top