Table of Contents

Class LrcPlainLine

Namespace
ModernLrc.Model
Assembly
ModernLrc.dll

A simple LRC line with a single text body verbatim from after the last ] to the line terminator (no trim).

public sealed record LrcPlainLine : LrcLine, IEquatable<LrcLine>, IEquatable<LrcPlainLine>
Inheritance
LrcPlainLine
Implements
Inherited Members
Extension Methods

Properties

Text

Verbatim text, including any leading/trailing whitespace within the line.

public required string Text { get; init; }

Property Value

string