NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Array.Initialize

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();

Return Value

None.

Remarks

This method should not be used on reference-type arrays.

The value-type Array can have any lower bound and any number of dimensions.

See Also

Array Class | Array Members | System Namespace