[]
        
(Showing Draft Content)

C1.C1Preview.Util.FastList.Add

Add Method

Add(IComparable)

Adds an object implementing the IComparable interface to the current list.

Declaration
protected int Add(IComparable obj)
Parameters
Type Name Description
IComparable obj

The object to add (if the current list already contains this object, an exception is thrown).

Returns
Type Description
int

The index of the added object in the current list.