nspectre - declarative validation for .NET

ActionCollection.Contains Method 

Returns true if a Action with the given key is contained in the collection, otherwise false.

public bool Contains(
   string key
);

Parameters

key
The key of the Action

Return Value

True if a ActionBase with the given key is contained in the collection, otherwise false

See Also

ActionCollection Class | NSpectre.Core.Configuration Namespace