Ampere.HistoryEntry.HistoryEntry C# (CSharp) Method

HistoryEntry() public method

public HistoryEntry ( ) : System
return System
        public HistoryEntry()
        {
            Byproducts = new HashSet<string>();
            StageTypes = new List<Type>();
            OutputCache = new List<FileEntry>();
            InputCache = new List<FileEntry>();
            StageHashes = new List<string>();
            Dependencies = new List<string>();
            TempDependencies = new List<TempEntry>();
        }
HistoryEntry