Class SerializedTextContent
Inheritance
object
SerializedTextContent
Assembly: .dll
Syntax
[Serializable]
public class SerializedTextContent : SerializedContent<string>, ISerializedContent
Constructors
SerializedTextContent(string)
Declaration
public SerializedTextContent(string content)
Parameters
Type |
Name |
Description |
string |
content |
|
Operators
implicit operator string(SerializedTextContent)
Declaration
public static implicit operator string(SerializedTextContent value)
Parameters
Returns
implicit operator SerializedTextContent(string)
Declaration
public static implicit operator SerializedTextContent(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements