BitmapIndex.BitmapIndex.BitmapIndex C# (CSharp) Method

BitmapIndex() public method

public BitmapIndex ( ) : System
return System
        public BitmapIndex()
        {
            _bitmaps = new Dictionary<BIKey, EwahCompressedBitArray>();
            _emptyBitmaps = new Dictionary<BIKey.BIGroup, EwahCompressedBitArray>();
        }