C# Class FakeHttpContext.Switchers.PrivateFieldSwitcher

Inheritance: IDisposable
Show file Open project: vadimzozulya/FakeHttpContext

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

PrivateFieldSwitcher ( object tartget, string fieldName, object value ) : System

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

PrivateFieldSwitcher() public method

public PrivateFieldSwitcher ( object tartget, string fieldName, object value ) : System
tartget object
fieldName string
value object
return System