Skip to content

Commit

Permalink
docs: Added README."ja".md translation via https://github.com/dephrai…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 2, 2023
1 parent 5bac3cc commit 8a9c432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Anti-De4dot は、De4dot デコンパイラーから .NET バイナリを保護

- アプリケーションをドロップするか、ファイルへのパスを書き込むことができます。
- 型名のランダム生成: このコードは、「RandomNumberGenerator」クラスのインスタンスを使用して、一意の型名の作成に使用されるランダムなバイトの配列を生成します。
- "using" ブロックの使用: コードは、"using" ブロックを使用して、オブジェクトが使用後に適切にクリーンアップされるようにし、「RandomNumberGenerator」インスタンスによって使用されるメモリなどのリソースを解放します。
- "using" ブロックの使用: コードは、"using" ブロックを使用して、オブジェクトが使用後に適切にクリーンアップされることを保証し、「RandomNumberGenerator」インスタンスによって使用されるメモリなどのリソースを解放します。

## テストの実行

Expand Down

0 comments on commit 8a9c432

Please sign in to comment.