Struct RepeatedChar
- Namespace
- Garyon.Extensions
- Assembly
- Garyon.dll
public readonly record struct RepeatedChar : IEquatable<RepeatedChar>
- Implements
- Inherited Members
- Extension Methods
Constructors
RepeatedChar(char, int)
public RepeatedChar(char Character, int Count)
Parameters
Properties
Character
public char Character { get; init; }
Property Value
Count
public int Count { get; init; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.