C# 클래스 MsgPack.Serialization.EmittingSerializers.ContextfulILConstruct

상속: ILConstruct
파일 보기 프로젝트 열기: msgpack/msgpack-cli

공개 메소드들

메소드 설명
Branch ( TracingILGenerator il, Label @else ) : void

보호된 메소드들

메소드 설명
BranchCore ( TracingILGenerator il, Label @else ) : void
ContextfulILConstruct ( TypeDefinition contextType ) : System

메소드 상세

Branch() 공개 최종 메소드

public final Branch ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
리턴 void

BranchCore() 보호된 메소드

protected BranchCore ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
리턴 void

ContextfulILConstruct() 보호된 메소드

protected ContextfulILConstruct ( TypeDefinition contextType ) : System
contextType TypeDefinition
리턴 System