Table of Contents

Class ReplNoticeEvent

Namespace
Repl.Interaction
Assembly
Repl.Core.dll

Semantic informational feedback intended for the current user.

public sealed record ReplNoticeEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplNoticeEvent>
Inheritance
ReplNoticeEvent
Implements
Inherited Members

Constructors

ReplNoticeEvent(string)

Semantic informational feedback intended for the current user.

public ReplNoticeEvent(string Text)

Parameters

Text string

Properties

Text

public string Text { get; init; }

Property Value

string