ValueSpanT Structure

Pairing of value and positions sharing that value.

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public readonly struct ValueSpan<T> : IEquatable<ValueSpan<T>>
Inheritance
Object    ValueType    ValueSpanT
Implements
IEquatableValueSpanT

Type Parameters

T

Properties

Length Get's the length of the span.
Start Get's the start of the span.
Value Get's the value of the span.

Methods

GetTypeGets the Type of the current instance.
(Inherited from Object)

See Also