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

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

Syntax


public void AddList<ItemType, ListType>(
	ListType ListToAdd
)
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 _
)
public:
generic<typename ItemType, typename ListType>
where ItemType : JiwaCollectionItem<ItemType>
where ListType : ListMaintenance<ItemType>
void AddList(
	ListType ListToAdd
)

Type Parameters

ItemType
ListType

Parameters

ListToAdd
Type: ListType