C# Класс FelixDev.StardewMods.FeTK.Framework.Services.MailContent

Provides an API to interact with the content of a Mail instance.
Наследование: IMailContent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MailContent ( string text ) : System

Create a new instance of the MailContent class.

Описание методов

MailContent() публичный Метод

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.
Результат System