Skip to main content

CodepointRange Struct

Definition

Assembly:Avalonia.Base
Package:Avalonia

Represents a range of Unicode code points, defined by inclusive start and end values.

public struct CodepointRange

Inheritance: ValueType -> CodepointRange

Constructors

NameDescription
CodepointRangeNo summary available.

CodepointRange Constructor

public CodepointRange(int start, int end)

Parameters

start int

end int

Methods

NameDescription
EqualsNo summary available.
GetHashCodeNo summary available.

Equals Method

public bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode Method

public int GetHashCode()

Returns

int

Fields

NameDescription
EndGets the end of the range.
StartGets the start of the range.

End Field

Gets the end of the range.

public int End

Start Field

Gets the start of the range.

public int Start