Click or drag to resize
Accord.NET (logo)

SortableBindingListT Constructor (IEnumerableT)

Constructs a new SortableBindingList.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public SortableBindingList(
	IEnumerable<T> enumeration
)
Request Example View Source

Parameters

enumeration
Type: System.Collections.GenericIEnumerableT
See Also