'宣言
Public Sub CopyTo( _ ByVal array() As StaticMember, _ ByVal index As Integer _ )
public void CopyTo( StaticMember[] array, int index )
パラメータ
- array
- The one-dimensional System.Array that is the destination of the elements copied from Collection. The System.Array must have zero-based indexing.
- index
- The zero-based index in array at which copying begins.