示例#1
0
        public override NodeExplicitIndexCursor AllocateNodeExplicitIndexCursor()
        {
            NodeExplicitIndexCursor n = _cursors.allocateNodeExplicitIndexCursor();

            _allCursors.Add(n);
            return(n);
        }