Ejemplo n.º 1
0
 static public int HasMarker(this ScintillaGateway document, int line)
 {
     return(document.MarkerGet(line));
 }