AspectsHelper

Overview

AspectHelpers is an extension class. It currently has 1 method, the SetBody method that extends the IMethodDefinition. This provides an elegant way of changing the method body through the use of anonymous methods.

Location


Class Methods


DropModifiers

 

class method DropModifiers(rt: IType; wrapped: Boolean): IType

 

static IType DropModifiers(IType rt, Boolean wrapped)

 

static func DropModifiers(_ rt: IType, _ wrapped: Boolean) -> IType

 

static IType DropModifiers(IType rt, Boolean wrapped)

 

Shared Function DropModifiers(rt As IType, wrapped As Boolean) As IType

Parameters:

  • rt:
  • wrapped: