Definition
Namespace: EntityDb.Common.Envelopes
Assembly: EntityDb.Common
Represents an envelope, which can be serialized for transfer.
1
public readonly struct Envelope<TEnvelopeValue> : System.IEquatable<Envelope<TEnvelopeValue>>
Inheritance: Object → ValueType
Type Parameters
TEnvelopeValue
The serializable type of the envelope.
Constructors
Envelope<TEnvelopeValue>(EnvelopeHeaders, TEnvelopeValue) | Represents an envelope, which can be serialized for transfer. |