View..::..Add Method
Adds a new item to the set underlying this View. If the set already contains an item equal to
item, that item is replaces with item. If
item is outside the range of this view, an InvalidOperationException
is thrown.
Namespace:
Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
Parameters
- item
- Type: T
The item to add.