Open sandboxFocus

Interface IEventCollection

Read-only list of IEvent.

Namespace: Metalama.Framework.Code.Collections
Assembly: Metalama.Framework.dll
Syntax
public interface IEventCollection : IMemberCollection<IEvent>, IMemberOrNamedTypeCollection<IEvent>, IReadOnlyCollection<IEvent>, IEnumerable<IEvent>, IEnumerable
Remarks

The order of items in this list is undetermined and may change between versions.

Extension Methods