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

this() 공개 메소드

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

Same methods

JsonValue::this ( string key ) : JsonValue