BaseShadow.TransferArray(Array, Type, BaseShadow+ElementConverter) Method

Definition

protected:
 static Array ^ TransferArray(Array ^ source, Type ^ targetType, Microsoft::VisualStudio::TestTools::UnitTesting::BaseShadow::ElementConverter ^ converter);
protected static Array TransferArray (Array source, Type targetType, Microsoft.VisualStudio.TestTools.UnitTesting.BaseShadow.ElementConverter converter);
static member TransferArray : Array * Type * Microsoft.VisualStudio.TestTools.UnitTesting.BaseShadow.ElementConverter -> Array
Protected Shared Function TransferArray (source As Array, targetType As Type, converter As BaseShadow.ElementConverter) As Array

Parameters

source
Array
targetType
Type

Returns

Applies to