BaseShadow.TransferArray(Array, Type, BaseShadow+ElementConverter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- converter
- BaseShadow.ElementConverter