C# Class dotGit.Objects.FileMode

Enumeration used to represent the objects mode in the git repository
Afficher le fichier Open project: schacon/dotgit

Méthodes publiques

Свойство Type Description
RegularFile FileMode
Symlink FileMode
Tree FileMode

Private Methods

Méthode Description
FileMode ( ) : System

Property Details

RegularFile public_oe static_oe property

public static FileMode,dotGit.Objects RegularFile
Résultat FileMode

Symlink public_oe static_oe property

public static FileMode,dotGit.Objects Symlink
Résultat FileMode

Tree public_oe static_oe property

public static FileMode,dotGit.Objects Tree
Résultat FileMode