ARCed.Scintilla.EndOfLine.ConvertAllLines C# (CSharp) Метод

ConvertAllLines() публичный Метод

Converts all lines in the document to the given mode.
public ConvertAllLines ( EndOfLineMode toMode ) : void
toMode EndOfLineMode The EndOfLineMode to convert all lines to
Результат void
        public void ConvertAllLines(EndOfLineMode toMode)
        {
            NativeScintilla.ConvertEols((int)toMode);
        }