System.Json.JsonValue.this C# (CSharp) Méthode

this() public méthode

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

Same methods

JsonValue::this ( int index ) : JsonValue