Skip to content

ReplWarningEvent

Semantic warning feedback intended for the current user.

public sealed record ReplWarningEvent : ReplInteractionEvent, IEquatable<ReplInteractionEvent>, IEquatable<ReplWarningEvent>
  • IEquatable<ReplInteractionEvent>
  • IEquatable<ReplWarningEvent>

Semantic warning feedback intended for the current user.

public ReplWarningEvent(string Text)
public string Text { get; init; }

string