Exemplo n.º 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());
 }
Exemplo n.º 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();