Namespace: Semata.DataStore.ObjectModel.Views
Class: ItemObjectViewList<I,V>
Removes the ItemObjectView<I> at the specified index of the ItemObjectViewList<I, V>
public void RemoveAt(int index)
Parameters
Type | Name | Description |
int | index | The index at which to remove the object |
Returns: void