C# Class Bari.Core.Build.Dependencies.NoDependencies

A dependency implementation representing no dependency
Inheritance: DependenciesBase
Afficher le fichier Open project: vigoo/bari Class Usage Examples

Méthodes publiques

Méthode Description
Dump ( IUserOutput output ) : void

Méthodes protégées

Méthode Description
CreateFingerprint ( ) : IDependencyFingerprint

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.

Method Details

CreateFingerprint() protected méthode

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
protected CreateFingerprint ( ) : IDependencyFingerprint
Résultat IDependencyFingerprint

Dump() public méthode

public Dump ( IUserOutput output ) : void
output IUserOutput
Résultat void