ReadOnlyLinkedElementCollection<T>.IBindingList.AddNew Method

Definition

This method is not supported because this is a read-only collection.

 virtual System::Object ^ System.ComponentModel.IBindingList.AddNew() = System::ComponentModel::IBindingList::AddNew;
object IBindingList.AddNew ();
abstract member System.ComponentModel.IBindingList.AddNew : unit -> obj
override this.System.ComponentModel.IBindingList.AddNew : unit -> obj
Function AddNew () As Object Implements IBindingList.AddNew

Returns

The item added to the collection.

Implements

Exceptions

This method is not supported

Applies to