Udostępnij za pośrednictwem


ValidationErrorCollection.AddRange(IEnumerable<ValidationError>) Metoda

Definicja

Kopiuje kolekcję elementów wyliczalnych na końcu kolekcji.

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))

Parametry

value
IEnumerable<ValidationError>

Kolekcja ValidationError elementów do dodania na końcu kolekcji ValidationErrorCollection .

Wyjątki

value to null.

Dotyczy