Adds an annotation.

Namespace:  Gallio.Model.Tree
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public void AddAnnotation(
	Annotation annotation
)
Visual Basic (Declaration)
Public Sub AddAnnotation ( _
	annotation As Annotation _
)

Parameters

annotation
Type: Gallio.Model.Tree..::.Annotation
The annotation to add.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionThrown if annotation is null.

See Also