Open sandboxFocus

Interface IFieldOrPropertyCollection

Read-only list of IField or IProperty.

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

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

Extension Methods