Ejemplo n.º 1
0
        public void Init(ITransformIndexTree index)
        {
            if (index == null)
            {
                throw new ArgumentNullException();
            }

            _index = index;
        }