IPRangeAllAddressesBetween Method |
Namespace:
NetworkCommsDotNet.Tools
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static List<IPAddress> AllAddressesBetween(
IPAddress firstAddress,
IPAddress lastAddress
)
Parameters
- firstAddress
- Type: System.NetIPAddress
- lastAddress
- Type: System.NetIPAddress
Return Value
Type:
ListIPAddress
See Also