Click or drag to resize
ItemDescriptionListT Constructor
Creates a new object.

Namespace: VirtualRadar.WinForms.PortableBinding
Assembly: 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
)

Parameters

list
Type: System.Collections.GenericIListT
getDescription
Type: SystemFuncT, String
See Also