nspectre - declarative validation for .NET

SpecificationCollection.IndexOf Method 

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

public int IndexOf(
   SpecificationBase value
);

Parameters

value
The Specification.Core.SpecificationBase to find.

Return Value

The index of the Specification.Core.SpecificationBase.

See Also

SpecificationCollection Class | NSpectre.Core.Configuration Namespace