Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Removes all items from the collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub Clear
public void Clear()
public:
virtual void Clear() sealed
Implements
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | The ICollection<T> object is read-only. |