ValueSpan<T> Structure
Pairing of value and positions sharing that value.
Definition
Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public readonly struct ValueSpan<T> : IEquatable<ValueSpan<T>>
Public Structure ValueSpan(Of T)
Implements IEquatable(Of ValueSpan(Of T))
[<SealedAttribute>]
type ValueSpan<'T> =
struct
inherit ValueType
interface IEquatable<ValueSpan<'T>>
end
Inheritance | Object → ValueType → ValueSpan(T) |
Implements | IEquatable(ValueSpan(T)) |
Type Parameters
Constructors
ValueSpan(T)(Int32, Int32, T) | Initializes a new instance of the ValueSpan(T) class |
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
GetType() | Gets the Type of the current instance. (Inherited from Object) |