C# 클래스 AutoLazy.Fody.ILUtil.BranchDisposable

상속: IDisposable
파일 보기 프로젝트 열기: bcuff/AutoLazy

공개 메소드들

메소드 설명
BranchDisposable ( Mono.Cecil.Cil.ILProcessor il, Instruction target ) : System
Dispose ( ) : void

메소드 상세

BranchDisposable() 공개 메소드

public BranchDisposable ( Mono.Cecil.Cil.ILProcessor il, Instruction target ) : System
il Mono.Cecil.Cil.ILProcessor
target Mono.Cecil.Cil.Instruction
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void