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
value
Type: System.ObjectThe value to add to the collection.
Return Value
Type: System.Int32
Returns -1.
Implements
Exceptions
Exception | Condition |
---|---|
NotSupportedException | This method always throws this exception. |
See Also
ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top