TestMultiSegmentBufferWriter.GetSpan(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Span<byte> GetSpan(int sizeHint);
abstract member GetSpan : int -> Span<byte>
override this.GetSpan : int -> Span<byte>
Public Function GetSpan (sizeHint As Integer) As Span(Of Byte)
Parameters
- sizeHint
- Int32