ARCed.Scintilla.MarkerCollection.FindNextMarker C# (CSharp) 메소드

FindNextMarker() 공개 메소드

public FindNextMarker ( ) : Line
리턴 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