ARCed.Scintilla.IndicatorCollection.Reset C# (CSharp) Method

Reset() public method

public Reset ( ) : void
return void
        public void Reset()
        {
            for (int i = 0; i < 32; i++)
                this[i].Reset();
        }