System.Json.JsonValue.this C# (CSharp) Method

this() public method

public this ( int index ) : JsonValue
index int
return JsonValue
        public virtual JsonValue this[int index]
        {
            get { throw new InvalidOperationException(); }
            set { throw new InvalidOperationException(); }
        }

Same methods

JsonValue::this ( string key ) : JsonValue