C# Класс Bari.Core.Build.Dependencies.NoDependencies

A dependency implementation representing no dependency
Наследование: DependenciesBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dump ( IUserOutput output ) : void

Защищенные методы

Метод Описание
CreateFingerprint ( ) : IDependencyFingerprint

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

Описание методов

CreateFingerprint() защищенный Метод

Creates fingerprint of the dependencies represented by this object, which can later be compared to other fingerprints.
protected CreateFingerprint ( ) : IDependencyFingerprint
Результат IDependencyFingerprint

Dump() публичный Метод

public Dump ( IUserOutput output ) : void
output IUserOutput
Результат void