Example #1
0
        public override RelationshipScanCursor AllocateRelationshipScanCursor()
        {
            RelationshipScanCursor n = _cursors.allocateRelationshipScanCursor();

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