C# Class DotNetIO.MapPathImpl

An implementation of the MapPath which seems to be working well with both testfixtures and online.
Inheritance: MapPath
Afficher le fichier Open project: DotNetIO/DotNetIO

Méthodes publiques

Méthode Description
MapPathImpl ( ) : System

Default c'tor.

MapPathImpl ( string>.Func function ) : System

Function may be null. Use when this class delegates.

Private Methods

Méthode Description
MapPath ( string path ) : string

Method Details

MapPathImpl() public méthode

Default c'tor.
public MapPathImpl ( ) : System
Résultat System

MapPathImpl() public méthode

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