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<T> Resize (int minimumLength, Span<T> buffer = default);
abstract member Resize : int * Span<'T> -> Span<'T>
Public Function Resize (minimumLength As Integer, Optional buffer As Span(Of T) = Nothing) As Span(Of T)