Foley .NET Utilities Class Library

List2Base.Add Method (Object)

When implemented by a class, adds an Object to the list.

[Visual Basic]
MustOverride Overloads Public Function Add( _
   ByVal value As Object _
) As Integer Implements _
   IList.Add
[C#]
public abstract int Add(
   object value
);

Parameters

value
The Object to be added to the end of the list.

Return Value

The zero-based index at which the Object was added.

Implements

IList.Add

See Also

List2Base Class | List2Base Members | Foley.Utilities.Collections Namespace | List2Base.Add Overload List