次の方法で共有


FilteredObservableCollection<T>.CopyTo Method

Definition

Overloads

CopyTo(Array, Int32)

Since this collection is read-only, throws an InvalidOperationException.

CopyTo(T[], Int32)

Since this collection is read-only, throws an InvalidOperationException.

CopyTo(Array, Int32)

Since this collection is read-only, throws an InvalidOperationException.

public:
 virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)

Parameters

array
Array

The array.

index
Int32

The array index.

Implements

Applies to

CopyTo(T[], Int32)

Since this collection is read-only, throws an InvalidOperationException.

public:
 virtual void CopyTo(cli::array <T> ^ array, int arrayIndex);
public:
 void CopyTo(Platform::Array <T> ^ array, int arrayIndex);
void CopyTo(std::Array <T> const & array, int arrayIndex);
public void CopyTo (T[] array, int arrayIndex);
abstract member CopyTo : 'T[] * int -> unit
override this.CopyTo : 'T[] * int -> unit
Public Sub CopyTo (array As T(), arrayIndex As Integer)

Parameters

array
T[]

The array.

arrayIndex
Int32

The array index.

Implements

Applies to