Share via


SortableBindingList<T> Constructor (IList<T>)

Initializes a new instance of the SortableBindingList<T> class with the specified list of items.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    list As IList(Of T) _
)
'Usage
Dim list As IList(Of T)

Dim instance As New SortableBindingList(list)
public SortableBindingList(
    IList<T> list
)
public:
SortableBindingList(
    IList<T>^ list
)
new : 
        list:IList<'T> -> SortableBindingList
public function SortableBindingList(
    list : IList<T>
)

Parameters