public static ByteN operator <<(
ByteN left,
int right
)Public Shared Operator << (
left As ByteN,
right As Integer
) As ByteNpublic:
static ByteN operator <<(
ByteN left,
int right
)static let inline (<<<)
left : ByteN *
right : int : ByteN