July 26, 2012
Adds a new item to the collection.
public void Add( T item )
The Add method calls
Add on the ObservableCollection<T> base class.
Windows Phone