QuickAdmin.Net Reference
C#
Show/Hide TOC
Casted
List
TFrom
,
TTo
Remove
At Method
Removes the
IList
T
item at the specified index.
Definition
Namespace:
QuickAdmin.Utils
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
Copy
public
void
RemoveAt
(
int
index
)
Parameters
index
int
The zero-based index of the item to remove.
Implements
IList
T
RemoveAt(int)
Exceptions
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The
IList
T
is read-only.
See Also
Reference
CastedList
TFrom, TTo
Class
QuickAdmin.Utils Namespace
In This Article
Definition
Parameters
Implements
Exceptions
See Also