'Declaration
Public Shared Function ToArray( _ ByVal source As Object, _ ByVal elementType As Type _ ) As Array
'Usage
Dim source As Object Dim elementType As Type Dim value As Array value = ExtensionObject.ToArray(source, elementType)
public static Array ToArray( object source, Type elementType )
public: static Array^ ToArray( Object^ source, Type^ elementType )
Parameters
- source
- The array to convert.
- elementType
- The type of each element.
Return Value
The new array