Visual Basic (Declaration) | |
---|---|
Public Sub CopyTo( _ ByVal array() As Annotation, _ ByVal index As System.Integer _ ) |
C# | |
---|---|
public void CopyTo( Annotation[] array, System.int index ) |
Parameters
- array
- The array to which to copy the collection.
- index
- The index from which to start.