'Declaration Public Overloads Sub Add( _ ByVal type As Type, _ ByVal cellViewerManager As CellViewerManager _ )
'Usage Dim instance As CellViewerManagerDictionary Dim type As Type Dim cellViewerManager As CellViewerManager instance.Add(type, cellViewerManager)
public void Add( Type type, CellViewerManager cellViewerManager )
Parameters
- type
- The key of the element to add.
- cellViewerManager
- The value of the element to add.