Esempio n. 1
0
 /// <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());
 }
Esempio n. 2
0
 public virtual IEnumerable<INotification> GetChanges()
 {
     return _recorder.ToArray();
 }