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

this() public méthode

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

Same methods

JsonValue::this ( string key ) : JsonValue