System.Private.Windows.BinaryFormat.Serializer.MessageEnd
Record that marks the end of the binary format stream.
namespace System.Private.Windows.BinaryFormat.Serializer
{
internal sealed class MessageEnd : IRecord<MessageEnd>, IRecord
{
public static MessageEnd Instance { get; }
public static RecordType RecordType { get; }
}
}