BulkObservableCollection<T> Class
Visual Studio 2015
Represents an ObservableCollection<T> that includes the AddRange() operation.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<T>
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<T>
| Name | Description | |
|---|---|---|
![]() | BulkObservableCollection<T>() | Initializes a new instance of a BulkObservableCollection<T>. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<T>.) |
![]() | Item[Int32] | (Inherited from Collection<T>.) |
![]() | Items | (Inherited from Collection<T>.) |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | (Inherited from ObservableCollection<T>.) |
![]() | PropertyChanged | (Inherited from ObservableCollection<T>.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | (Inherited from Collection<T>.) |
![]() ![]() | IEnumerable.GetEnumerator() | (Inherited from Collection<T>.) |
![]() ![]() | IList.Add(Object) | (Inherited from Collection<T>.) |
![]() ![]() | IList.Contains(Object) | (Inherited from Collection<T>.) |
![]() ![]() | IList.IndexOf(Object) | (Inherited from Collection<T>.) |
![]() ![]() | IList.Insert(Int32, Object) | (Inherited from Collection<T>.) |
![]() ![]() | IList.Remove(Object) | (Inherited from Collection<T>.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:







