[This is preliminary documentation and is subject to change.]
Constructs the FileFinder with a set of paths to search.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public FileFinder( IEnumerable<string> paths )
Public Sub New ( _ paths As IEnumerable(Of String) _ )
public: FileFinder( IEnumerable<String^>^ paths )
Parameters
- paths (IEnumerable<(Of <(<'String>)>)>)
- The sequence of paths to search for files in.