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!

CodeStatementCollection.AddRange

Adds a set of CodeStatement objects to the collection.

[Visual Basic]
Public Sub AddRange( _
   ByVal value() As CodeStatement _
)
[C#]
public void AddRange(
   CodeStatement[] value
);
[C++]
public: void AddRange(
   CodeStatement* value[]
);
[JScript]
public function AddRange(
   value : CodeStatement[]
);

Parameters

value
An array of type CodeStatement to add to the collection.

See Also

CodeStatementCollection Class | CodeStatementCollection Members | System.CodeDOM Namespace | CodeStatement