Click or drag to resize
ListViewExtrasGetObjectsFromListViewItems Method

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Object> GetObjectsFromListViewItems(
	ListView lv,
	Type ty
)

Parameters

lv
Type: System.Windows.FormsListView
ty
Type: SystemType

Return Value

Type: ListObject
See Also