Remove page from collection
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public void RemoveAt( int index ) |
Parameters
- index
- Type: System..::.Int32
Remove at index
Implements
IList<(Of <(T>)>)..::.RemoveAt(Int32)IList..::.RemoveAt(Int32)