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[] );
CompilerErrorCollection Class | CompilerErrorCollection Members | System.CodeDOM.Compiler Namespace | CompilerError