Skip to main content

ValueSpan<T> Constructor

Initializes a new instance of the ValueSpan(T) class

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public ValueSpan(
int start,
int length,
T value
)
View Source

Parameters

  Int32
 
  Int32
 
  T
 

See Also

Reference

ValueSpan(T) Structure
Avalonia.Utilities Namespace