Class NameEnvelope
Assembly: Glitch9.IO.dll
Syntax
public sealed class NameEnvelope : ITextSource
Constructors
|
Edit this page
View Source
NameEnvelope()
Declaration
|
Edit this page
View Source
NameEnvelope(string)
Declaration
public NameEnvelope(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Properties
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Methods
|
Edit this page
View Source
GetTextSource()
Declaration
public string GetTextSource()
Returns
Implements
Extension Methods