ARCed.Scintilla.IndicatorCollection.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int number ) : Indicator
number int
리턴 Indicator
        public Indicator this[int number]
        {
            get
            {
                return new Indicator(number, Scintilla);
            }
        }