ItemDescriptionListT Constructor |
Creates a new object.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ItemDescriptionList(
IList<T> list,
Func<T, string> getDescription
)
Public Sub New (
list As IList(Of T),
getDescription As Func(Of T, String)
)
public:
ItemDescriptionList(
IList<T>^ list,
Func<T, String^>^ getDescription
)
new :
list : IList<'T> *
getDescription : Func<'T, string> -> ItemDescriptionList
Parameters
- list
- Type: System.Collections.GenericIListT
- getDescription
- Type: SystemFuncT, String
See Also