public CodeMirrorLine RemoveLineClass(CodeMirrorLine line, string where, string style) { return null; }
public CodeMirrorLine RemoveLineClass(CodeMirrorLine line, string where, string style) { return(null); }
public CodeMirrorLine SetLineClass(CodeMirrorLine line, string style) { return null; }