FastBindingListT(IListT) Constructor

Initializes a new instance of the FastBindingListT class with the specified list.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
C#
public FastBindingList(
	IList<T> list
)

Parameters

list  IListT
An IListT of items to be contained in the FastBindingListT.

Remarks

See Also