Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json.Linq
Extensions Class
Extensions Methods
Ancestors(T) Method
AncestorsAndSelf(T) Method
AsJEnumerable Method
Children Method
Descendants(T) Method
DescendantsAndSelf(T) Method
Properties Method
Value Method
Values Method
Extensions
Properties Method
Returns a collection of child properties of every object in the source collection.
Namespace:
Newtonsoft.Json.Linq
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
static
IJEnumerable
<
JProperty
>
Properties
(
this
IEnumerable
<
JObject
>
source
)
Parameters
source
Type:
System.Collections.Generic
IEnumerable
JObject
An
IEnumerable
T
of
JObject
that contains the source collection.
Return Value
Type:
IJEnumerable
JProperty
An
IEnumerable
T
of
JProperty
that contains the properties of every object in the source collection.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
JObject
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
Extensions Class
Newtonsoft.Json.Linq Namespace
Json.NET Home