nspectre - declarative validation for .NET

SpecificationCollection.RemoveAt Method 

Removes the element at a given index.

public void RemoveAt(
   int index
);

Parameters

index
The index of the element to be removed.

Implements

IList.RemoveAt

See Also

SpecificationCollection Class | NSpectre.Core.Configuration Namespace