Home Envelope<TEnvelopeValue> Struct
Post
Cancel

Envelope<TEnvelopeValue> Struct

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.

Properties

HeadersThe headers that describe the type of value.
ValueThe value, represented in a serializable type.
This post is licensed under CC BY 4.0 by the author.