C# Class NetIde.Core.Services.Finder.FindManager.FindState.OpenDocumentIterator

Inheritance: IteratorBase
Exibir arquivo Open project: netide/netide

Public Methods

Method Description
OpenDocumentIterator ( FindState findState, IServiceProvider serviceProvider ) : System

Protected Methods

Method Description
FindNext ( ) : bool
GetAllText ( ) : string

Method Details

FindNext() protected method

protected FindNext ( ) : bool
return bool

GetAllText() protected method

protected GetAllText ( ) : string
return string

OpenDocumentIterator() public method

public OpenDocumentIterator ( FindState findState, IServiceProvider serviceProvider ) : System
findState FindState
serviceProvider IServiceProvider
return System