ARCed.Scintilla.MarkerCollection.FindNextMarker C# (CSharp) Method

FindNextMarker() public method

public FindNextMarker ( uint markerMask ) : Line
markerMask uint
return Line
        public Line FindNextMarker(uint markerMask)
        {
            return FindNextMarker(this.NextLine(), markerMask);
        }

Same methods

MarkerCollection::FindNextMarker ( ) : Line
MarkerCollection::FindNextMarker ( IEnumerable markers ) : Line
MarkerCollection::FindNextMarker ( IEnumerable markers ) : Line
MarkerCollection::FindNextMarker ( Line line ) : Line
MarkerCollection::FindNextMarker ( Line line, IEnumerable markers ) : Line
MarkerCollection::FindNextMarker ( Line line, IEnumerable markers ) : Line
MarkerCollection::FindNextMarker ( Line line, Marker marker ) : Line
MarkerCollection::FindNextMarker ( Line line, uint markerMask ) : Line
MarkerCollection::FindNextMarker ( Marker marker ) : Line
MarkerCollection::FindNextMarker ( int line ) : Line
MarkerCollection::FindNextMarker ( int line, Marker marker ) : Line
MarkerCollection::FindNextMarker ( int line, uint markerMask ) : Line