ValidationErrorCollection.AddRange(IEnumerable<ValidationError>) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Copia a coleção de elementos enumeráveis para o final da coleção.
public:
void AddRange(System::Collections::Generic::IEnumerable<System::Workflow::ComponentModel::Compiler::ValidationError ^> ^ value);
public void AddRange (System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Compiler.ValidationError> value);
member this.AddRange : seq<System.Workflow.ComponentModel.Compiler.ValidationError> -> unit
Public Sub AddRange (value As IEnumerable(Of ValidationError))
Parâmetros
- value
- IEnumerable<ValidationError>
Uma coleção de elementos ValidationError a ser adicionada ao final de uma coleção ValidationErrorCollection.
Exceções
value
é null
.