Adds the specified item to the collection.
public int Add( GalleryItem item )
Public Function Add( ByVal item As GalleryItem ) As Integer
This method adds the specified object to the collection. To access items in the collection use the Item indexer.