FastColoredTextBoxNS.Place.Place C# (CSharp) Method

Place() public method

public Place ( int iChar, int iLine )
iChar int
iLine int
        public Place(int iChar, int iLine)
        {
            this.iChar = iChar;
            this.iLine = iLine;
        }