natix.CompactDS.RRR.CtxCache.CtxCache C# (CSharp) Method

CtxCache() public method

public CtxCache ( int offset ) : System
offset int
return System
            public CtxCache(int offset)
                : base(offset)
            {
                this.prev_item = int.MinValue;
            }
RRR.CtxCache