public readonly struct CharacterHit : IEquatable<CharacterHit>Public Structure CharacterHit
Implements IEquatable(Of CharacterHit)[<SealedAttribute>]
type CharacterHit =
struct
inherit ValueType
interface IEquatable<CharacterHit>
end| FirstCharacterIndex | Gets the index of the first character that got hit. |
| TrailingLength | Gets the trailing length value for the character that got hit. |
| Equals(CharacterHit) | |
| Equals(Object) | (Overrides ValueTypeEquals(Object)) |
| GetHashCode | (Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |