C# Class DXVcs2Git.DXVcs.DXVcsRepository.FileDataLocation

Inheritance: FileLocation
Afficher le fichier Open project: Xarlot/DXVcs2Git

Méthodes publiques

Свойство Type Description
Data byte[]

Méthodes publiques

Méthode Description
FileDataLocation ( string path, string localPath, FileStateInfo info, byte data ) : System
FileDataLocation ( string path, string localPath, byte data ) : System

Method Details

FileDataLocation() public méthode

public FileDataLocation ( string path, string localPath, FileStateInfo info, byte data ) : System
path string
localPath string
info FileStateInfo
data byte
Résultat System

FileDataLocation() public méthode

public FileDataLocation ( string path, string localPath, byte data ) : System
path string
localPath string
data byte
Résultat System

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]