Interface IConstructor<TSignature>
Represents typed access to type constructor.
Inherited Members
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IConstructor<out TSignature> : IMethod<ConstructorInfo, TSignature>, IMember<ConstructorInfo, TSignature>, IMember<ConstructorInfo>, ICustomAttributeProvider, IConvertible<TSignature> where TSignature : Delegate
Type Parameters
Name | Description |
---|---|
TSignature | Type of delegate representing constructor signature. |