MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​CollectionsIConstructor­Collection
Open sandboxFocus

IConstructorCollection Interface

Read-only list of IConstructor.

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

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

Extension Methods

ConstructorCollectionExtensions.OfCompatibleSignature(IConstructorCollection, IReadOnlyList<Type>)
ConstructorCollectionExtensions.OfCompatibleSignature(IConstructorCollection, IReadOnlyList<IType>, IReadOnlyList<Nullable<RefKind>>)
ConstructorCollectionExtensions.OfExactSignature(IConstructorCollection, IReadOnlyList<IType>, IReadOnlyList<RefKind>)
ConstructorCollectionExtensions.OfExactSignature(IConstructorCollection, IConstructor)