nspectre - declarative validation for .NET

CandidateTypeCollection.Add Method 

Adds a Specification.Core.CandidateType.

public int Add(
   CandidateType value
);

Parameters

value
The Specification.Core.CandidateType to add.

Return Value

The index at which the Specification.Core.CandidateType was added.

See Also

CandidateTypeCollection Class | NSpectre.Core.Configuration Namespace