[]
Adds a new item into the cache.
protected void Add(Guid k, T v)
Type | Name | Description |
---|---|---|
Guid | k | Identifier or key for item to add. |
T | v | Actual item to store. |
Adds an item to the IList.
public int Add(object value)
Type | Name | Description |
---|---|---|
object | value |
Type | Description |
---|---|
int | The position into which the new element was inserted. |
Adds a page object to the end of the pages collection.
public int Add(T value)
Type | Name | Description |
---|---|---|
T | value | An item to add. |
Type | Description |
---|---|
int | The position into which the new item was inserted |
Type | Condition |
---|---|
ArgumentNullException | Thrown when value is null |