Click or drag to resize

FilteringBindingListT Constructor (IListT)

Namespace:  SD.LLBLGen.Pro.Core.GeneralDataStructures
Assembly:  SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public FilteringBindingList(
	IList<T> list
)

Parameters

list
Type: System.Collections.GenericIListT
An IListT of items to be contained in the BindingListT.
See Also