QuickAdmin.Net Reference
C#
Show/Hide TOC
Casted
List
TFrom
,
TTo
Item Property
Gets or sets the element at the specified index.
Definition
Namespace:
QuickAdmin.Utils
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
Copy
public
TTo
this
[
int
index
] {
get
;
set
; }
Parameters
index
int
The zero-based index of the element to get or set.
Return Value
TTo
The element at the specified index.
Implements
IList
T
Item
int
Exceptions
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The property is set and the
IList
T
is read-only.
See Also
Reference
CastedList
TFrom, TTo
Class
QuickAdmin.Utils Namespace
In This Article
Definition
Parameters
Return Value
Implements
Exceptions
See Also