This repository was archived by the owner on Apr 27, 2024. It is now read-only.
This repository was archived by the owner on Apr 27, 2024. It is now read-only.
Rename Guard class to Throw #13
Open
Description
The current code uses a Guard
class but this should be refactored to Throw
. An example implementation can be found here: https://github.com/dlemstra/Magick.NET/blob/master/Source/Magick.NET/Shared/Helpers/Throw.cs.