Visual Basic (Usage) | ![]() |
---|---|
Dim type As BuiltInType Dim dimensions() As Integer Dim value As Array value = TypeInfo.CreateArray(type, dimensions) |
C# | |
---|---|
public static Array CreateArray( BuiltInType type, params int[] dimensions ) |
Parameters
- type
- The built-in type.
- dimensions
- The dimensions.
Return Value
The default value for the specified built-in typeTarget Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x