heal-research / SimSharp

Sim# is a .NET port of SimPy, process-based discrete event simulation framework
MIT License
126 stars 30 forks source link

Remove warnings regarding overriden Process method #13

Closed abeham closed 5 years ago

abeham commented 5 years ago

Many resource events have a Process Process { get; } property. However, the base Event class also has a void Process() method. The compiler claims that this is an attempt of overriding.