MoveNext Method
Moves to the next Codepoint.
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool MoveNext(
out Codepoint codepoint
)
Public Function MoveNext (
<OutAttribute> ByRef codepoint As Codepoint
) As Boolean
member MoveNext :
codepoint : Codepoint byref -> bool
Parameters
Return Value
BooleanSee Also
Reference
CodepointEnumerator Structure
Avalonia.Media.TextFormatting.Unicode Namespace