[This is preliminary documentation and is subject to change.]
Removes all items from the ICollection<(Of <(T>)>).
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public void Clear() |
Visual Basic (Declaration) |
---|
Public Sub Clear |
Visual C++ |
---|
public: virtual void Clear() sealed |
Implements
ICollection<(Of <(T>)>)..::.Clear()()()
Exceptions
Exception | Condition |
---|---|
System..::.NotSupportedException | The ICollection<(Of <(T>)>) is read-only. |