nspectre - declarative validation for .NET

ValidationErrorCollection.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

ValidationErrorCollection Class | NSpectre.Core Namespace