static public int HasMarker(this ScintillaGateway document, int line) { return(document.MarkerGet(line)); }