ARCed.Scintilla.EndOfLine.ShouldSerializeMode C# (CSharp) Method

ShouldSerializeMode() private method

private ShouldSerializeMode ( ) : bool
return bool
        private bool ShouldSerializeMode()
        {
            // Yeah I'm assuming Windows, if this does ever make it to another platform
            // a check should be made to make it platform specific
            return this.Mode != EndOfLineMode.Crlf;
        }