'Declaration
Public Operator Widening CType( _ ByVal values() As Byte _ ) As ByteCollection
'Usage
public ByteCollection operator implicit( byte[] values )
public: operator ByteCollection^ ( array<byte>^ values )
Parameters
- values
- An array of Byte values to convert