C# Class MoreInternals.Helpers.TestLookup

Inheritance: IFileLookup
Exibir arquivo Open project: kevin-montrose/More Class Usage Examples

Public Methods

Method Description
Exists ( string path ) : bool
Find ( string name ) : TextReader
OpenWrite ( string name ) : TextWriter
ReadRaw ( string path ) : Stream
TestLookup ( string>.Dictionary map, IFileLookup inner ) : System

Method Details

Exists() public method

public Exists ( string path ) : bool
path string
return bool

Find() public method

public Find ( string name ) : TextReader
name string
return TextReader

OpenWrite() public method

public OpenWrite ( string name ) : TextWriter
name string
return System.IO.TextWriter

ReadRaw() public method

public ReadRaw ( string path ) : Stream
path string
return Stream

TestLookup() public method

public TestLookup ( string>.Dictionary map, IFileLookup inner ) : System
map string>.Dictionary
inner IFileLookup
return System