ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / BindingArrayList Class / Add Method

In This Topic
    Add Method (BindingArrayList)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function Add( _
       ByVal value As System.Object _
    ) As System.Integer
    public override System.int Add( 
       System.object value
    )

    Parameters

    value
    See Also