Add Method (BaseCollection<T>)
                In This Topic
            
            Adds a new custom object to the collection. If the item already exists in the collection, its index is returned.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Function Add( _
   ByVal  As  _
) As System.Integer
             
        
            
            public new System.int Add( 
    
)
             
        
             
        
            Parameters
- item
Return Value
Returns the index of newly added custom object.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also