Struct Message
- Namespace
- The
- Assembly
- Instagile.dll
A brief user-visible status message: a MessageLevel and a short text.
public readonly record struct Message : IEquatable<Message>
- Implements
- Inherited Members
Constructors
Message(MessageLevel, string)
A brief user-visible status message: a MessageLevel and a short text.
public Message(MessageLevel Level, string Text)
Parameters
LevelMessageLevelTextstring
Properties
Level
public MessageLevel Level { get; init; }
Property Value
Text
public string Text { get; init; }