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

Gets the number of elements contained in 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 int Count { get; }
Visual Basic (Declaration)
Public ReadOnly Property Count As Integer
Visual C++
public:
virtual property int Count {
	int get () sealed;
}

Field Value

Return Value

The number of elements contained in the ICollection<(Of <(T>)>).

Implements

ICollection<(Of <(T>)>)..::.Count

See Also

JArray Class
Facebook.Json.Linq Namespace