[]
Removes the first occurrence of a specific object from the IList.
public void Remove(object value)
Type | Name | Description |
---|---|---|
object | value |
Removes the first occurrence of page object from the pages collection.
public void Remove(T page)
Type | Name | Description |
---|---|---|
T | page | The page. |