nspectre - declarative validation for .NET

CandidateTypeCollection.IndexOf Method 

Determines the index of a given Specification.Core.CandidateType.

public int IndexOf(
   CandidateType value
);

Parameters

value
The Specification.Core.CandidateType to find.

Return Value

The index of the Specification.Core.CandidateType.

See Also

CandidateTypeCollection Class | NSpectre.Core.Configuration Namespace