Method IntroduceUnaryOperator
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 | |
String | template | |
IType | inputType | |
IType | resultType | |
OperatorKind | kind | |
OverrideStrategy | whenExists | |
Action<IMethodBuilder> | buildOperator | |
Object | args | |
Object | tags |
Returns
Type | Description |
---|---|
IIntroductionAdviceResult<IMethod> |