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!

CodeArrayCreateExpression Constructor (String, Int32)

Initializes a new instance of CodeArrayCreateExpression. with the specified array type and size.

[Visual Basic]
Overloads Public Sub New( _
   ByVal createType As String, _
   ByVal size As Integer _
)
[C#]
public CodeArrayCreateExpression(
   string createType,
   int size
);
[C++]
public: CodeArrayCreateExpression(
   String* createType,
   int size
);
[JScript]
public function CodeArrayCreateExpression(
   createType : String,
   size : int
);

Parameters

createType
The type of the array.
size
[To be supplied.]

See Also

CodeArrayCreateExpression Class | CodeArrayCreateExpression Members | System.CodeDOM Namespace | CodeArrayCreateExpression Constructor Overload List