ByteArrayComparable Constructor (Byte) |
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(
byte[] array
)
Public Sub New (
array As Byte()
)
public:
ByteArrayComparable(
array<unsigned char>^ array
)
new :
array : byte[] -> ByteArrayComparable
Parameters
- array
- Type: SystemByte
See Also