Click or drag to resize
JsonObjectValues Property
Gets an ICollection(Of T) containing the values in the object.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public ICollection<JsonValue> Values { get; }

Property Value

Type: ICollectionJsonValue

Implements

IDictionaryTKey, TValueValues
See Also