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!

CompilerErrorCollection.AddRange

Adds a set of CompilerError objects to the collection.

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

Parameters

value
An array of type CompilerError that contains the objects to add to the collection.

See Also

CompilerErrorCollection Class | CompilerErrorCollection Members | System.CodeDOM.Compiler Namespace | CompilerError