Skip to content

Update class

Attributes: [DebuggerDisplay("{Type}, {Index}, {IsDuplicate}")]

Defined in

Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll Full name: ReactiveUI.Reactive.Update Modifiers: public sealed

Summary

View source

An update for the index normalizer.

Applies to

net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Properties

NameSummary
TypeGets the type.
IndexGets the index.
IsDuplicateGets a value indicating whether this instance is duplicate.

Methods

NameSummary
static CreateAddCreates an update for the added index.
static CreateDeleteCreates an update for the deleted index.
static CreateCreates an update of the specified type.
ToString
AsDuplicateCreated a duplicate update.
Inherited members