Skip to main content

ValueSpan<T> Structure

Pairing of value and positions sharing that value.

Definition

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

public readonly struct ValueSpan<T> : IEquatable<ValueSpan<T>>

View Source
InheritanceObjectValueType → ValueSpan(T)
ImplementsIEquatable(ValueSpan(T))

Type Parameters

Constructors

ValueSpan(T)(Int32, Int32, T)Initializes a new instance of the ValueSpan(T) class

Properties

LengthGet's the length of the span.
StartGet's the start of the span.
ValueGet's the value of the span.

Methods

GetType()Gets the Type of the current instance.
(Inherited from Object)

See Also

Reference

Avalonia.Utilities Namespace