Name | Description | |
---|---|---|
Add | Overloaded. Creates an item and appends it to the list. | |
BeginUpdate | Prevents the list from firing notification events until the UpdatableCollection<T>.EndUpdate method is called. (Inherited from C1.Silverlight.Data.UpdatableCollection<T>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | Overloaded. Gets a value that determines whether an item is a member of the list. | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
EndUpdate | Resumes event firing after it had been suspended by a call to the UpdatableCollection<T>.BeginUpdate method. (Inherited from C1.Silverlight.Data.UpdatableCollection<T>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IndexOf | Overloaded. Gets the index of an item in the list. | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |