C# 클래스 NinjaCoder.MvvmCross.Tests.Mocks.MockDirectoryInfoFactory

Defines the MockDirectoryInfoFactory type.
상속: IDirectoryInfoFactory
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross 1 사용 예제들

공개 메소드들

메소드 설명
FromDirectoryName ( string directoryName ) : DirectoryInfoBase

Froms the name of the directory.

메소드 상세

FromDirectoryName() 공개 메소드

Froms the name of the directory.
public FromDirectoryName ( string directoryName ) : DirectoryInfoBase
directoryName string Name of the directory.
리턴 System.IO.Abstractions.DirectoryInfoBase