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

this() public method

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

Same methods

JsonValue::this ( int index ) : JsonValue