nspectre - declarative validation for .NET

ActionCollection.Remove Method 

Removes the Action with the given key.

public void Remove(
   string key
);

Parameters

key
The key of the Action to remove.

See Also

ActionCollection Class | NSpectre.Core.Configuration Namespace