MetalamaAPI documentationAspect APIMetalama.​Framework.​AdvisingIAdvice­FactoryIntroduce­Unary­Operator
Open sandboxFocus

IAdviceFactory.IntroduceUnaryOperator Method

IntroduceUnaryOperator(INamedType, String, IType, IType, OperatorKind, OverrideStrategy, Action<IMethodBuilder>, Object, Object)

Declaration
IIntroductionAdviceResult<IMethod> IntroduceUnaryOperator(INamedType targetType, string template, IType inputType, IType resultType, OperatorKind kind, OverrideStrategy whenExists, Action<IMethodBuilder> buildOperator = null, object args = null, object tags = null)
Parameters
Type Name Description
INamedType targetType
System.String template
IType inputType
IType resultType
OperatorKind kind
OverrideStrategy whenExists
System.Action<IMethodBuilder> buildOperator
System.Object args
System.Object tags
Returns
Type Description
IIntroductionAdviceResult<IMethod>