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

FindNextMarker() public method

public FindNextMarker ( ) : Line
return Line
        public Line FindNextMarker()
        {
            unchecked
            {
                return this.FindNextMarker(this.NextLine(), UInt32.MaxValue);
            }
        }

Same methods

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
MarkerCollection::FindNextMarker ( uint markerMask ) : Line