RunePosition Struct-datatyp
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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)
- Arv
- Implementeringar
Konstruktorer
| Name | Description |
|---|---|
| RunePosition(Rune, Int32, Int32, Boolean) | |
Egenskaper
| Name | Description |
|---|---|
| Length | |
| Rune | |
| StartIndex | |
| WasReplaced | |
Metoder
| Name | Description |
|---|---|
| Deconstruct(Rune, Int32, Int32) | |
| Deconstruct(Rune, Int32) | |
| EnumerateUtf16(ReadOnlySpan<Char>) | |
| EnumerateUtf8(ReadOnlySpan<Byte>) | |
| Equals(Object) | |
| Equals(RunePosition) | |
| GetHashCode() | |
Operatorer
| Name | Description |
|---|---|
| Equality(RunePosition, RunePosition) | |
| Inequality(RunePosition, RunePosition) | |