Constructor from plain text.

Namespace:  Cloudster.Samples.Text
Assembly:  Cloudster.Samples.Text.Role (in Cloudster.Samples.Text.Role.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public TextEntity(
	string content
)
Visual Basic (Declaration)
Public Sub New ( _
	content As String _
)
Visual C++
public:
TextEntity(
	String^ content
)

Parameters

content
Type: System..::.String
Plain text to represent.

See Also