Browse Source

Rename to AddMarkers (#41)

and use more generic type
pull/42/head
Michael Seibt 11 months ago
committed by GitHub
parent
commit
1e64171fdb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      Project/Src/Document/MarkerStrategy/MarkerStrategy.cs

2
Project/Src/Document/MarkerStrategy/MarkerStrategy.cs

@ -34,7 +34,7 @@ namespace ICSharpCode.TextEditor.Document
textMarker.Add(item);
}
public void AddMarker(IList<TextMarker> items)
public void AddMarkers(IEnumerable<TextMarker> items)
{
markersTable.Clear();
textMarker.AddRange(items);

Loading…
Cancel
Save