Count Property

Json.NET

Json.NET - Quick Starts & API Documentation Count Property
NamespacesNewtonsoft.Json.LinqJArrayCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Declaration Syntax
C# Visual Basic Visual C++
public int Count { get; }
Public ReadOnly Property Count As Integer
	Get
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: 4.0.2.0 (4.0.2.13623)