FilteredObservableCollection<T>::CopyTo Method (array<T>^, Int32)

 

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

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
virtual void CopyTo(
	array<T>^ array,
	int arrayIndex
) sealed

Parameters

array
Type: array<T>^

The array.

arrayIndex
Type: System::Int32

The array index.

Return to top
Show: