Interface IMethod<TSignature>
Represents regular method.
Inherited Members
Namespace: DotNext.Reflection
Assembly: DotNext.Reflection.dll
Syntax
public interface IMethod<out TSignature> : IMethod<MethodInfo, TSignature>, IMember<MethodInfo, TSignature>, IMember<MethodInfo>, ICustomAttributeProvider, IConvertible<TSignature> where TSignature : Delegate
Type Parameters
Name | Description |
---|---|
TSignature | Type of delegate describing method signature. |