JsonObjectEntries Property
Gets the property entries of this
JsonObject, including possible duplicates.
This property simply returns the self reference. It can be useful to be able to use LINQ extension methods
on a
JsonObject without ambiguity.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public IList<JsonProperty> Entries { get; }
Public ReadOnly Property Entries As IList(Of JsonProperty)
Get
public:
property IList<JsonProperty>^ Entries {
IList<JsonProperty>^ get ();
}
member Entries : IList<JsonProperty> with get
Property Value
IListJsonProperty