Method | Description | |
---|---|---|
WeaveWith ( this target, IMethodRewriter rewriter, bool>.Func |
Transforms the methods in the target using the given method rewriter.
|
public static WeaveWith ( this target, IMethodRewriter rewriter, bool>.Func |
||
target | this | The transformation target. |
rewriter | IMethodRewriter | The method rewriter. |
filter | bool>.Func | The method filter that determines which methods will be rewritten. |
return | void |