ValidationErrorCollection.AddRange(IEnumerable<ValidationError>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the collection of enumerable elements to the end of the collection.
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))
Parameters
- value
- IEnumerable<ValidationError>
A collection of ValidationError elements to add to the end of the ValidationErrorCollection collection.
Exceptions
value
is null
.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.