Json.NET - Quick Starts & API Documentation
Count Property
NamespacesNewtonsoft.Json.LinqJObjectCount
Gets the number of elements contained in the ICollection<(Of <(T>)>).
Declaration Syntax
C#Visual BasicVisual C++
public int Count { get; }
Public ReadOnly Property Count As Integer
public:
virtual property int Count {
	int get () sealed;
}
Value
Return Value
The number of elements contained in the ICollection<(Of <(T>)>).

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)