Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
FelixDev
StardewMods
FeTK
Framework
Services
MailContent
C# Class FelixDev.StardewMods.FeTK.Framework.Services.MailContent
Provides an API to interact with the content of a
Mail
instance.
Inheritance:
IMailContent
Exibir arquivo
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