Class ObservableExceptionLog
Implements
Inherited Members
Namespace: FastMoq.Models
Assembly: FastMoq.Core.dll
Syntax
public class ObservableExceptionLog : IReadOnlyCollection<string>, IEnumerable<string>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Constructors
ObservableExceptionLog()
Declaration
public ObservableExceptionLog()
Properties
Count
Gets the number of elements in the collection.
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| int | The number of elements in the collection. |
Items
Declaration
public IReadOnlyCollection<string> Items { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyCollection<string> |
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
Declaration
public IEnumerator<string> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<string> | An enumerator that can be used to iterate through the collection. |
Events
CollectionChanged
Occurs when the collection changes.
Declaration
public event NotifyCollectionChangedEventHandler? CollectionChanged
Event Type
| Type | Description |
|---|---|
| NotifyCollectionChangedEventHandler |
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler? PropertyChanged
Event Type
| Type | Description |
|---|---|
| PropertyChangedEventHandler |