[This is preliminary documentation and is subject to change.]

Removes all items from the ICollection<(Of <(T>)>).

Namespace:  Facebook.Json.Linq
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

ExceptionCondition
System..::.NotSupportedExceptionThe ICollection<(Of <(T>)>) is read-only.

See Also

JArray Class
Facebook.Json.Linq Namespace