public UdpSendingEventArgs(
in ReadOnlyMemory<byte> memory,
EndPoint endPoint
)
Public Sub New (
ByRef memory As ReadOnlyMemory(Of Byte),
endPoint As EndPoint
)
new :
memory : ReadOnlyMemory<byte> byref *
endPoint : EndPoint -> UdpSendingEventArgs