Interface ITrackingChanges
Allocation-free enumerable over actual snapshot differences.
public interface ITrackingChanges
- Extension Methods
Properties
TrackedMemberCount
Gets the number of members that may be tracked.
int TrackedMemberCount { get; }
Property Value
Methods
GetChanges()
Gets the current changes.
TrackingChangeEnumerable GetChanges()
Returns
TryGetChange(int, out TrackingChange)
Tries to get the change at a member index.
bool TryGetChange(int memberIndex, out TrackingChange change)
Parameters
memberIndexintchangeTrackingChange