dahall / TaskScheduler

Provides a .NET wrapper for the Windows Task Scheduler. It aggregates the multiple versions, provides an editor and allows for localization.
MIT License
1.21k stars 191 forks source link

Replace ContainsKey and [] with TryGetValue method #831

Closed DamirAinullin closed 4 years ago

DamirAinullin commented 5 years ago

Small perfomance improvement in order to calulate GetHashCode only once.