Code cleanup.
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Cryville.Common.Buffers {
|
||||
return new List<T>(_size);
|
||||
}
|
||||
}
|
||||
Bucket[] _buckets;
|
||||
readonly Bucket[] _buckets;
|
||||
/// <summary>
|
||||
/// Creates an instance of the <see cref="ListPool{T}" /> class with the default maximum list size and bucket capacity.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user