RunePosition Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| RunePosition(Rune, Int32, Int32, Boolean) | |
Properties
| Name | Description |
|---|---|
| Length | |
| Rune | |
| StartIndex | |
| WasReplaced | |
Methods
| 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) | |