| Visual Basic (Declaration) | |
|---|---|
Overridable Sub CopyTo( _ ByVal array() As IMemberInfo, _ ByVal arrayIndex As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
virtual void CopyTo( IMemberInfo[] array, int arrayIndex ) | |
| Managed Extensions for C++ | |
|---|---|
virtual void CopyTo( IMemberInfo*[]* array, int arrayIndex ) | |
| C++/CLI | |
|---|---|
virtual void CopyTo( array<IMemberInfo^>^ array, int arrayIndex ) | |
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family