C# Class NinjaCoder.MvvmCross.Tests.Mocks.MockDirectoryInfoFactory

Defines the MockDirectoryInfoFactory type.
Inheritance: IDirectoryInfoFactory
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
FromDirectoryName ( string directoryName ) : DirectoryInfoBase

Froms the name of the directory.

Method Details

FromDirectoryName() public méthode

Froms the name of the directory.
public FromDirectoryName ( string directoryName ) : DirectoryInfoBase
directoryName string Name of the directory.
Résultat System.IO.Abstractions.DirectoryInfoBase