C# Class Stiletto.Fody.MethodReferenceExtensions

Show file Open project: benjamin-bader/stiletto

Public Methods

Method Description
AreSame ( this method, MethodReference other ) : bool
MakeHostInstanceGeneric ( this reference ) : MethodReference

Method Details

AreSame() public static method

public static AreSame ( this method, MethodReference other ) : bool
method this
other Mono.Cecil.MethodReference
return bool

MakeHostInstanceGeneric() public static method

public static MakeHostInstanceGeneric ( this reference ) : MethodReference
reference this
return Mono.Cecil.MethodReference