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!

CodeNamespaceImportCollection.AddRange

Adds a set of CodeNamespaceImport objects to the collection.

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

Parameters

value
An array of type CodeNamespaceImport objects to add to the collection.

See Also

CodeNamespaceImportCollection Class | CodeNamespaceImportCollection Members | System.CodeDOM Namespace | CodeNamespaceImport