File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public AmqpAnnotatedMessage(Azure.Core.Amqp.AmqpMessageBody body) { }
2828 public Azure . Core . Amqp . AmqpMessageProperties Properties { get { throw null ; } }
2929 public static Azure . Core . Amqp . AmqpAnnotatedMessage FromBytes ( System . BinaryData messageBytes ) { throw null ; }
3030 public bool HasSection ( Azure . Core . Amqp . AmqpMessageSection section ) { throw null ; }
31- public virtual System . BinaryData ToBytes ( ) { throw null ; }
31+ public System . BinaryData ToBytes ( ) { throw null ; }
3232 }
3333 public partial class AmqpMessageBody
3434 {
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ public bool HasSection(AmqpMessageSection section) =>
161161 /// <seealso href="http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format"/>
162162 /// </summary>
163163 /// <returns>A <see cref="BinaryData"/> instance representing the serialized message.</returns>
164- public virtual BinaryData ToBytes ( )
164+ public BinaryData ToBytes ( )
165165 {
166166 var stream = AmqpAnnotatedMessageConverter . ToAmqpMessage ( this ) . ToStream ( ) ;
167167 return BinaryData . FromStream ( stream ) ;
You can’t perform that action at this time.
0 commit comments