nspectre - declarative validation for .NET

CandidateTypeCollection.Insert Method 

Inserts a Specification.Core.CandidateType at the given location.

public void Insert(
   int index,
   CandidateType value
);

Parameters

index
The index at which to insert the Specification.Core.CandidateType.
value
The Specification.Core.CandidateType to insert.

See Also

CandidateTypeCollection Class | NSpectre.Core.Configuration Namespace