Browse Source

make MemoryAllocatorSettings a struct

pull/1730/head
Anton Firszov 5 years ago
parent
commit
8c39628929
  1. 2
      src/ImageSharp/Memory/Allocators/MemoryAllocatorSettings.cs

2
src/ImageSharp/Memory/Allocators/MemoryAllocatorSettings.cs

@ -6,7 +6,7 @@ namespace SixLabors.ImageSharp.Memory
/// <summary>
/// Defines options for creating the default <see cref="MemoryAllocator"/>.
/// </summary>
public class MemoryAllocatorSettings
public struct MemoryAllocatorSettings
{
private int? maximumPoolSizeMegabytes;

Loading…
Cancel
Save