fCraft.BlockDB.ReturnOldestProcessor.ReturnOldestProcessor C# (CSharp) Method

ReturnOldestProcessor() public method

public ReturnOldestProcessor ( Map map, int max, bool>.Func selector ) : System
map Map
max int
selector bool>.Func
return System
            public ReturnOldestProcessor( Map map, int max, Func<BlockDBEntry, bool> selector )
            {
                this.max = max;
                this.selector = selector;
                this.map = map;
            }