コード例 #1
0
ファイル: Marker.cs プロジェクト: userJ01/Office365APIEditor
 /// <summary>
 /// Removes this marker from all lines.
 /// </summary>
 public void DeleteAll()
 {
     scintilla.MarkerDeleteAll(Index);
 }