Struct RepeatedString
- Namespace
- Garyon.Extensions
- Assembly
- Garyon.dll
public readonly record struct RepeatedString : IEquatable<RepeatedString>
- Implements
- Inherited Members
- Extension Methods
Constructors
RepeatedString(string, int)
public RepeatedString(string String, int Count)
Parameters
Properties
Count
public int Count { get; init; }
Property Value
Length
public int Length { get; }
Property Value
String
public string String { 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.