Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EyeshotKeyedCollection<T> Class / Add Method
The item to add.

In This Topic
    Add Method (EyeshotKeyedCollection<T>)
    In This Topic
    Adds one item at the end of this collection.
    Syntax
    'Declaration
     
    Public Overridable Shadows Function Add( _
       ByVal item As T _
    ) As Integer
    public virtual new int Add( 
       T item
    )

    Parameters

    item
    The item to add.

    Return Value

    The item index.
    Exceptions
    ExceptionDescription
    Thrown when an item with the same key already exists in the collection.
    See Also