System.Json.JsonValue.this C# (CSharp) 메소드

this() 공개 메소드

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

Same methods

JsonValue::this ( int index ) : JsonValue