[This is preliminary documentation and is subject to change.]

Adds a new item to the list.

Namespace: Tools.CollectionsT.GenericT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
protected override sealed Object IBindingList_AddNew()
Visual Basic
Protected Overrides NotOverridable Function IBindingList_AddNew As Object
Visual C++
protected:
virtual Object^ IBindingList_AddNew() override sealed
F#
abstract IBindingList_AddNew : unit -> Object 
override IBindingList_AddNew : unit -> Object 
JScript
protected override final function IBindingList_AddNew() : Object

Return Value

The item added to the list.

Remarks

Use type-safe AddNew()()()() instead

Note for inheritors: In order ot override this member override AddNew()()()().

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionAllowNew is false.

See Also

Collapse/expand Version History

1.5.2

  • Access changed to protected