ValueSpan<T> Struct

Summary

Pairing of value and positions sharing that value.
Namespace
Avalonia.Utilities
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["ValueSpan<T>"] class Type type-node

Syntax

public readonly struct ValueSpan<T> : ValueType

Type Parameters

Name Description
T

Constructors

Name Summary
ValueSpan(int, int, T)

Properties

Name Value Summary
Length int
Get's the length of the span.
Start int
Get's the start of the span.
Value T
Get's the value of the span.