Initializes every element of the value-type Array, by calling the default constructor of the value class.
[Visual Basic] Public Sub Initialize() [C#] public void Initialize(); [C++] public: void Initialize(); [JScript] public function Initialize();
None.
This method should not be used on reference-type arrays.
The value-type Array can have any lower bound and any number of dimensions.