LinkedElementCollection<T>.AddNewCore Method

Definition

Common implementation of logic to add and merge in a new element to the collection

protected:
 virtual System::Object ^ AddNewCore();
protected virtual object AddNewCore ();
abstract member AddNewCore : unit -> obj
override this.AddNewCore : unit -> obj
Protected Overridable Function AddNewCore () As Object

Returns

The element that was added.

Applies to