ItemCollection.Remove Method (Int32)
Removes an index.
[Visual Basic]
Overloads Public Sub Remove( _
ByVal
index As
Integer _
)
[C#]
public
void Remove(
int index);
Parameters
-
index
- Index.
See Also
ItemCollection Class | Sitecore.Collections Namespace | ItemCollection.Remove Overload List