Class TextOutput
public class TextOutput
- Inheritance
-
objectTextOutput
Properties
Text
public string Text { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Operators
implicit operator string(TextOutput)
public static implicit operator string(TextOutput textOutput)
Parameters
textOutputTextOutput
Returns
- string