Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: JsonValue this[int]

Declaration

JsonValue this[
    int index
]

Summary

If the underlying value is a list, and the specified index exists within the list, returns the associated item; otherwise, returns a JsonNoValue instance.