Table of Contents

Struct PropertyChange<T>

Namespace
DSharpPlus.Entities.AuditLogs
Assembly
DSharpPlus.dll

Represents a description of how a property changed.

public readonly record struct PropertyChange<T>

Type Parameters

T

Type of the changed property.

Properties

After

The property's value after it was changed.

Before

The property's value before it was changed.

Methods

From(object?, object?)

Create a new PropertyChange<T> from the given before and after values.