C# Class FilesMatchFinder.LostFile

Show file 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 property

public long BeginFrom
return long

Length public property

public long Length
return long

Name public property

public string Name
return string