2023-03-20から1日間の記事一覧
概要 TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 30717 Internal: Stack allocator ALLOC_TEMP_MAIN has unfreed allocations, size 30717 To Debug, run app with -diag-temp-memory-leak-validat…
概要 protected override bool DoesItemMatchSearch ( TreeViewItem treeViewItem, string search ) { // ... } TreeView の DoesItemMatchSearch をオーバーライドして検索処理を実装した際に、 MultiColumnHeader の sortedColumnIndex が無視されてしまう…
リポジトリ 使用例 // protected な Save 関数を public で呼び出せるようにする拡張メソッド scriptableSingleton.Save( true );