Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
[SerializableAttribute]
[HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)]
public class ThreadSafeBindingList<T> : IList<T>,
ICollection<T>, IEnumerable<T>, IBindingList, IList, ICollection,
IEnumerable, ICancelAddNew, IRaiseItemChangedEvents
|
Visual Basic |
---|
<SerializableAttribute>
<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState := true)>
Public Class ThreadSafeBindingList(Of T)
Implements IList(Of T), ICollection(Of T),
IEnumerable(Of T), IBindingList, IList, ICollection, IEnumerable,
ICancelAddNew, IRaiseItemChangedEvents |
Visual C++ |
---|
[SerializableAttribute]
[HostProtectionAttribute(SecurityAction::LinkDemand, SharedState = true)]
generic<typename T>
public ref class ThreadSafeBindingList : IList<T>,
ICollection<T>, IEnumerable<T>, IBindingList, IList, ICollection,
IEnumerable, ICancelAddNew, IRaiseItemChangedEvents |
F# |
---|
[<SerializableAttribute>]
[<HostProtectionAttribute(SecurityAction.LinkDemand, SharedState = true)>]
type ThreadSafeBindingList<'T> =
class
interface IList<'T>
interface ICollection<'T>
interface IEnumerable<'T>
interface IBindingList
interface IList
interface ICollection
interface IEnumerable
interface ICancelAddNew
interface IRaiseItemChangedEvents
end |
Type Parameters
- T
Inheritance Hierarchy
See Also