Method ToValueChange
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
ToValueChange<T>()
Converts the raw change into a typed scalar value change.
public DiscordAuditLogValueChange<T> ToValueChange<T>()
Returns
- DiscordAuditLogValueChange<T>
A typed before-and-after value change.
Type Parameters
TThe target CLR type.