Пример #1
0
 /// <inheritdoc />
 /// <summary>
 ///     Gets the state changes applied to this instance.
 /// </summary>
 /// <returns>A list of recorded state changes.</returns>
 public IEnumerable <object> GetChanges()
 {
     return(_recorder.ToArray());
 }
Пример #2
0
 /// <inheritdoc />
 /// <summary>
 ///     Gets the state changes applied to this instance.
 /// </summary>
 /// <returns>A list of recorded state changes.</returns>
 public IEnumerable <object> GetChanges() => _recorder.ToArray();