VB.NET
Public Class BindingList(Of T)
Inherits System.Collections.ObjectModel.Collection`1
Implements System.Collections.IEnumerable, System.Collections.ICollection, System.Collections.IList, System.Collections.Generic.IEnumerable`1, System.Collections.Generic.ICollection`1, System.Collections.Generic.IList`1, System.ComponentModel.IBindingList, System.ComponentModel.ICancelAddNew, System.ComponentModel.IRaiseItemChangedEvents
End Class
Articles
|
at System.ComponentModel.BindingList`1.OnListChanged(ListChangedEventArgs e) at System.ComponentModel.BindingList`1.InsertItem(Int32 index, T item)
|
|
at System.ComponentModel.BindingList`1.OnListChanged(ListChangedEventArgs e) at System.ComponentModel.BindingList`1.InsertItem(Int32 index, T item)
|
|
IdentifiersShouldHaveCorrectSuffix", Scope="type", Target="System.ComponentModel.BindingList`1")] namespace System.ComponentModel { using System; using System.Reflection ...
|
|
at System.ComponentModel.BindingList`1.OnListChanged(ListChangedEventArgs e) at System.ComponentModel.BindingList`1.RemoveItem(Int32 index) at System.Collections.ObjectModel ...
|
|
at System.ComponentModel.BindingList`1.OnListChanged(ListChangedEventArgs e) at System.ComponentModel.BindingList`1.ClearItems() at L.l(Object , EventArgs
|