C# Class SexyProxy.Fody.Tests.OutsideReferenceTests.OutsideReferenceClass

Inheritance: IReverseProxy
Show file Open project: kswoll/sexy-proxy

Public Methods

Method Description
GetHandler ( ) : InvocationHandler
OutsideReferenceClass ( Func handler ) : System
SetHandler ( InvocationHandler handler ) : void

Method Details

GetHandler() public method

public GetHandler ( ) : InvocationHandler
return InvocationHandler

OutsideReferenceClass() public method

public OutsideReferenceClass ( Func handler ) : System
handler Func
return System

SetHandler() public method

public SetHandler ( InvocationHandler handler ) : void
handler InvocationHandler
return void