FilteredObservableCollection<T>::CopyTo Method (Array^, 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^ array,
	int index
) sealed

Parameters

array
Type: System::Array^

The array.

index
Type: System::Int32

The array index.

Return to top
Show: