[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:fCraft.IPAddressUtil.RangeMin(System.Net.IPAddress,System.Byte)"]

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[NotNullAttribute]
public static IPAddress RangeMin(
	this IPAddress thisAddr,
	byte range
)

Parameters

thisAddr
IPAddress
range
Byte

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IPAddress. When you use instance method syntax to call this method, omit the first parameter.

See Also