falahati / WindowsFirewallHelper

A class library to manage the Windows Firewall as well as adding your program to the Windows Firewall Exception list.
MIT License
276 stars 72 forks source link

Must include last element of the range #23

Closed verdesgrobert closed 5 years ago

verdesgrobert commented 5 years ago

100-102 is a range made of 3 elements 100,101,102 which means Enumerable.Range should be called with start: 100 count: (102-100)+1