UserInterface..::..AddList<(Of <(<'ItemType, ListType>)>)> Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.MultiListMaintenance
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public void AddList<ItemType, ListType>(
	ListType ListToAdd,
	string Caption
)
where ItemType : JiwaCollectionItem<ItemType>
where ListType : ListMaintenance<ItemType>
Public Sub AddList(Of ItemType As JiwaCollectionItem(Of ItemType), ListType As ListMaintenance(Of ItemType)) ( _
	ListToAdd As ListType, _
	Caption As String _
)
public:
generic<typename ItemType, typename ListType>
where ItemType : JiwaCollectionItem<ItemType>
where ListType : ListMaintenance<ItemType>
void AddList(
	ListType ListToAdd, 
	String^ Caption
)

Type Parameters

ItemType
ListType

Parameters

ListToAdd
Type: ListType
Caption
Type: String