Jsonie Documentation
Jsonie Documentation
API Reference
Dextronet.Jsonie
JsonObject Class
JsonObject Properties
Count Property
IsEmpty Property
IsReadOnly Property
Item Property
Keys Property
Values Property
JsonObject
Keys Property
Gets an ICollection(Of T) containing the keys of the object.
Namespace:
Dextronet.Jsonie
Assembly:
Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
C#
VB
Copy
public
ICollection
<
string
>
Keys
{
get
; }
Public
ReadOnly
Property
Keys
As
ICollection
(
Of
String
)
Get
Property Value
Type:
ICollection
String
Implements
IDictionary
TKey, TValue
Keys
See Also
Reference
JsonObject Class
Dextronet.Jsonie Namespace
Jsonie Home