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