Namespace: Semata.DataStore.ObjectModel.Views
Class: ItemObjectViewList<I,V>
Adds an ItemObjectView<I> to the end of the ItemObjectViewList<I, V>.
public void Add(V view)
Parameters
Type | Name | Description |
MISSING PAGE V | view | The view to add |
Returns: void