C# 클래스 F2F.Sandbox.EmptyFileLocator

Empty file locator.
상속: IFileLocator
파일 보기 프로젝트 열기: apprenda/F2F.Sandbox

공개 메소드들

메소드 설명
CopyTo ( string fileName, string destinationPath ) : void

See F2F.Sandbox.IFileLocator.CopyTo(string, string)

EmptyFileLocator ( ) : System

Default ctor.

EnumeratePath ( string path ) : IEnumerable

See F2F.Sandbox.IFileLocator.EnumeratePath(string)

Exists ( string fileName ) : bool

See F2F.Sandbox.IFileLocator.Exists(string)

메소드 상세

CopyTo() 공개 메소드

See F2F.Sandbox.IFileLocator.CopyTo(string, string)
public CopyTo ( string fileName, string destinationPath ) : void
fileName string
destinationPath string
리턴 void

EmptyFileLocator() 공개 메소드

Default ctor.
public EmptyFileLocator ( ) : System
리턴 System

EnumeratePath() 공개 메소드

See F2F.Sandbox.IFileLocator.EnumeratePath(string)
public EnumeratePath ( string path ) : IEnumerable
path string
리턴 IEnumerable

Exists() 공개 메소드

See F2F.Sandbox.IFileLocator.Exists(string)
public Exists ( string fileName ) : bool
fileName string
리턴 bool