Adds an annotation.
Namespace:
Gallio.Model.TreeAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if annotation is null. |
