ValueSpan<T> Constructor
Initializes a new instance of the ValueSpan(T) class
Definition
Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ValueSpan(
int start,
int length,
T value
)
Public Sub New (
start As Integer,
length As Integer,
value As T
)
new :
start : int *
length : int *
value : 'T -> ValueSpan