ByteArrayComparable Constructor (IPAddress) |
Creates a new object.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ByteArrayComparable(
IPAddress address
)
Public Sub New (
address As IPAddress
)
public:
ByteArrayComparable(
IPAddress^ address
)
new :
address : IPAddress -> ByteArrayComparable
Parameters
- address
- Type: System.NetIPAddress
See Also