Open sandboxFocus

Interface IPropertyCollection

Read-only list of IProperty.

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

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

Properties

Name Description
this[string]

Gets a property of a given name or throws an exception if there is none.

Extension Methods