C# Class FilesMatchFinder.LostFile

ファイルを表示 Open project: parshikov/FileMatchFinder Class Usage Examples

Public Properties

Property Type Description
BeginFrom long
Length long
Name string

Public Methods

Method Description
LostFile ( string name, long length, long beginFrom ) : System.IO

Method Details

LostFile() public method

public LostFile ( string name, long length, long beginFrom ) : System.IO
name string
length long
beginFrom long
return System.IO

Property Details

BeginFrom public_oe property

public long BeginFrom
return long

Length public_oe property

public long Length
return long

Name public_oe property

public string Name
return string