DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / Add Method
The object to add to the System.Collections.IList.

In This Topic
    Add Method (C1DataCollectionBindingList)
    In This Topic
    Adds an item to the System.Collections.IList.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal value As Object _
    ) As Integer
    public int Add( 
       object value
    )

    Parameters

    value
    The object to add to the System.Collections.IList.

    Return Value

    The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.
    See Also