C# Class FelixDev.StardewMods.FeTK.Framework.Services.MailContent

Provides an API to interact with the content of a Mail instance.
Inheritance: IMailContent
Show file Open project: Felix-Dev/StardewMods Class Usage Examples

Public Methods

Method Description
MailContent ( string text ) : System

Create a new instance of the MailContent class.

Method Details

MailContent() public method

Create a new instance of the MailContent class.
The specified is null.
public MailContent ( string text ) : System
text string The text content of the mail.
return System