Table of Contents

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

String string
Count int

Properties

Count

public int Count { get; init; }

Property Value

int

Length

public int Length { get; }

Property Value

int

String

public string String { get; init; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.