Method | Description | |
---|---|---|
WeaveWith ( this targetType, IMethodWeaver weaver ) : void |
Applies a IMethodWeaver instance to all methods within the given targetType.
|
public static WeaveWith ( this targetType, IMethodWeaver weaver ) : void | ||
targetType | this | The target module. |
weaver | IMethodWeaver | The |
return | void |