Inline BufferWriter .ctor (#7674)
This commit is contained in:
parent
98fe8a8328
commit
3e47fa7c69
|
|
@ -37,6 +37,7 @@ namespace System.Buffers
|
|||
/// Initializes a new instance of the <see cref="BufferWriter{T}"/> struct.
|
||||
/// </summary>
|
||||
/// <param name="output">The <see cref="IBufferWriter{T}"/> to be wrapped.</param>
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public BufferWriter(T output)
|
||||
{
|
||||
_buffered = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue