C# Class DotNetIO.MapPathImpl

An implementation of the MapPath which seems to be working well with both testfixtures and online.
Inheritance: MapPath
显示文件 Open project: DotNetIO/DotNetIO

Public Methods

Method Description
MapPathImpl ( ) : System

Default c'tor.

MapPathImpl ( string>.Func function ) : System

Function may be null. Use when this class delegates.

Private Methods

Method Description
MapPath ( string path ) : string

Method Details

MapPathImpl() public method

Default c'tor.
public MapPathImpl ( ) : System
return System

MapPathImpl() public method

Function may be null. Use when this class delegates.
public MapPathImpl ( string>.Func function ) : System
function string>.Func
return System