| Visual Basic (Declaration) | |
|---|---|
Public Function Add( _ ByVal value As Annotation _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int Add( Annotation value ) | |
Parameters
- value
- The annotation to add.
| Visual Basic (Declaration) | |
|---|---|
Public Function Add( _ ByVal value As Annotation _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int Add( Annotation value ) | |