Converting Vba type to C #
This can probably be done very easily, but I have the following statement in VBA:
Type testType
integerArray(5 To 100) As Double
End Type
How can I accomplish the same thing in C #?
@Edit 14:16 08-07-2015
In my opinion, this is not the same as the mentioned question. It is a question of how to convert the Type operator with an array inside. The above question only deals with the array with its starting index.
0
source to share
1 answer