CodepointEnumerator Struct

Namespace
Avalonia.Media.TextFormatting.Unicode
Base Types
  • object
  • ValueType
graph BT Type-->Base0["ValueType"] Base0-->Base1["object"] Type["CodepointEnumerator"] class Type type-node

Syntax

public ref struct CodepointEnumerator : ValueType

Constructors

Properties

Name Value Summary
Current Codepoint
Gets the current Codepoint.

Methods

Name Value Summary
MoveNext() bool
Moves to the next Codepoint.