Vectorial addition.

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

Parameters

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

See Also