We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a174c20 commit ea83489Copy full SHA for ea83489
Microsoft.Toolkit.Uwp.UI/Helpers/Internals/ArrayPoolBufferWriter{T}.cs
@@ -18,7 +18,7 @@ namespace Microsoft.Toolkit.Uwp.UI.Helpers.Internals
18
/// enable the pattern-based <see cref="IDisposable"/> support. We aren't worried with consumers not
19
/// using this type correctly since it's private and only accessible within the parent type.
20
/// </remarks>
21
- internal ref struct ArrayPoolBufferWriter<T>
+ internal struct ArrayPoolBufferWriter<T> : IDisposable
22
{
23
/// <summary>
24
/// The default buffer size to use to expand empty arrays.
0 commit comments