Bari.Core.Build.Cache.MemoryBuildCache.Dispose C# (CSharp) Метод

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void
        public void Dispose()
        {
            foreach (var item in cache)
                item.Value.Dispose();

            cache.Clear();
        }