Provides extension methods to the IConstructorCollection interface.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class ConstructorCollectionExtensionsMethods
| Name | Description |
|---|---|
| OfCompatibleSignature(IConstructorCollection, IReadOnlyList<IType?>?, IReadOnlyList<RefKind?>?) | Gets a list of constructors with signatures compatible with specified constraints given using the Metalama API. |
| OfCompatibleSignature(IConstructorCollection, IReadOnlyList<Type?>?) | Gets a list of constructors with signatures compatible with specified constraints given using the |
| OfExactSignature(IConstructorCollection, IConstructor) | Gets a constructor that exactly matches the signature of the specified method. |
| OfExactSignature(IConstructorCollection, IReadOnlyList<IType>, IReadOnlyList<RefKind>?) | Gets a constructor that exactly matches the specified signature given using the |