RunePosition Struct
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
public value class RunePosition : IEquatable<System::Text::RunePosition>
public readonly struct RunePosition : IEquatable<System.Text.RunePosition>
type RunePosition = struct
Public Structure RunePosition
Implements IEquatable(Of RunePosition)
- Overname
- Implementeringen
Constructors
| Name | Description |
|---|---|
| RunePosition(Rune, Int32, Int32, Boolean) | |
Eigenschappen
| Name | Description |
|---|---|
| Length | |
| Rune | |
| StartIndex | |
| WasReplaced | |
Methoden
| Name | Description |
|---|---|
| Deconstruct(Rune, Int32, Int32) | |
| Deconstruct(Rune, Int32) | |
| EnumerateUtf16(ReadOnlySpan<Char>) | |
| EnumerateUtf8(ReadOnlySpan<Byte>) | |
| Equals(Object) | |
| Equals(RunePosition) | |
| GetHashCode() | |
Operators
| Name | Description |
|---|---|
| Equality(RunePosition, RunePosition) | |
| Inequality(RunePosition, RunePosition) | |