ReplWarningEvent
Semantic warning feedback intended for the current user.
- Kind:
Class - Namespace: Repl.Interaction
- Assembly:
Repl.Core - Source: src/Repl.Core/Interaction/ReplWarningEvent.cs
Signature
Section titled “Signature”public sealed record ReplWarningEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplWarningEvent>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”IEquatable<ReplInteractionEvent>IEquatable<ReplWarningEvent>
Constructors
Section titled “Constructors”ReplWarningEvent(string)
Section titled “ReplWarningEvent(string)”Semantic warning feedback intended for the current user.
public ReplWarningEvent(string Text)Parameters
Section titled “Parameters”Text(string)
Properties
Section titled “Properties”public string Text { get; init; }