Exemplo n.º 1
0
        internal void UnregisterBookmarkScope(BookmarkScope bookmarkScope)
        {
            Fx.Assert(bookmarkScope != null, "The sub instance should not equal null.");

            _executor.BookmarkScopeManager.UnregisterScope(bookmarkScope);
        }