Update MemoryPool.MemoryCollection.cs

This commit is contained in:
ALEXTANG
2023-03-31 22:39:48 +08:00
parent 75f6c670ac
commit 8dbecb3f33

View File

@@ -6,7 +6,7 @@ namespace TEngine
public static partial class MemoryPool public static partial class MemoryPool
{ {
/// <summary> /// <summary>
/// 内存池收集器 /// 内存池收集器
/// </summary> /// </summary>
private sealed class MemoryCollection private sealed class MemoryCollection
{ {