BindableList Class

Definition

[NullableContext((byte)1)]
[Nullable((byte)0)]
[DefaultMember("Item")]
public class BindableList<T> : IList<T>, ICollection<T>, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IDynamicUpdateResettable

Type parameters

T
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (2)

Properties (4)

Methods (13)

Explicit Interface Implementation Methods (2)