Table of Contents

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

Character char
Count int

Properties

Character

public char Character { get; init; }

Property Value

char

Count

public int Count { get; init; }

Property Value

int

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.