Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub CastArray( _ ByVal dst As Array, _ ByVal dstType As BuiltInType, _ ByVal src As Array, _ ByVal srcType As BuiltInType, _ ByVal convertor As TypeInfo.CastArrayElementHandler _ ) |
C# | |
---|---|
public static void CastArray( Array dst, BuiltInType dstType, Array src, BuiltInType srcType, TypeInfo.CastArrayElementHandler convertor ) |
Parameters
- dst
- dstType
- src
- srcType
- convertor
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family