Sitecore 5.0 API
IndexedDictionary.Remove Method
Removes an index.
[Visual Basic]
Public Sub Remove( _
ByVal
index
As
Integer
_
)
[C#]
public
void
Remove(
int
index
);
Parameters
index
Index.
See Also
IndexedDictionary Class
|
Sitecore.Collections Namespace