Class EntryPreview
public sealed record EntryPreview : IEquatable<EntryPreview>
- Inheritance
-
EntryPreview
- Implements
- Inherited Members
Constructors
EntryPreview(ObjectPreview)
public EntryPreview(ObjectPreview Value)
Parameters
ValueObjectPreviewPreview of the value.
Properties
Key
Preview of the key. Specified for map-like collection entries.
public ObjectPreview? Key { get; init; }
Property Value
Value
Preview of the value.
public ObjectPreview Value { get; init; }