| Visual Basic (Declaration) | |
|---|---|
Public Function IndexOf( _ ByVal annotation As Annotation _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int IndexOf( Annotation annotation ) | |
| C++/CLI | |
|---|---|
public: int IndexOf( Annotation^ annotation ) | |
Parameters
- annotation
- The Annotation to find.