PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Removes the IList<(Of <(<'T>)>)> item at the specified index.
Namespace: Smartsite.Base.HttpNamespaceManager
Assembly: Smartsite.Base (in Smartsite.Base.dll)
Syntax
C# | Copy Code |
---|---|
public void RemoveAt( int index ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Sub RemoveAt ( _ index As Integer _ ) |
Parameters
- index
- Int32
The zero-based index of the item to remove.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index is not a valid index in the IList<(Of <(<'T>)>)>. |
System..::..NotSupportedException | The IList<(Of <(<'T>)>)> is read-only. |
See Also
AccessControlList Class
Smartsite.Base.HttpNamespaceManager Namespace