LinkedElementCollection<T>.AddNewCore Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.