コード例 #1
0
        internal void UnregisterBookmarkScope(BookmarkScope bookmarkScope)
        {
            Fx.Assert(bookmarkScope != null, "The sub instance should not equal null.");

            this.executor.BookmarkScopeManager.UnregisterScope(bookmarkScope);
        }