Basic copy constructor.

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(
	TextEntity other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As TextEntity _
)
Visual C++
public:
TextEntity(
	TextEntity^ other
)

Parameters

other
Type: Cloudster.Samples.Text..::.TextEntity
Text to copy.

See Also