Open sandboxFocus

Interface IConstructorCollection

Read-only list of IConstructor.

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

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

Extension Methods