eDriven Framework API
ListItem Constructor (value, label)
NamespaceseDriven.Core.Data.CollectionsListItemListItem(Object, String)
eDriven Framework API
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public ListItem(
	Object value,
	string label
)
Public Sub New ( _
	value As Object, _
	label As String _
)
public:
ListItem(
	Object^ value, 
	String^ label
)
Parameters
value (Object)
label (String)

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)