QuickAdmin.Net Reference
C#
Show/Hide TOC
Casted
List
TFrom
,
TTo
Add Method
Adds an item to the
ICollection
T
.
Definition
Namespace:
QuickAdmin.Utils
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 1.2.1
C#
Copy
public
void
Add
( TTo
item
)
Parameters
item
TTo
The object to add to the
ICollection
T
.
Implements
ICollection
T
Add(T)
Exceptions
NotSupportedException
The
ICollection
T
is read-only.
See Also
Reference
CastedList
TFrom, TTo
Class
QuickAdmin.Utils Namespace
In This Article
Definition
Parameters
Implements
Exceptions
See Also