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

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

공개 메소드들

메소드 설명
AndConditionILConstruct ( IList expressions ) : System
Branch ( TracingILGenerator il, Label @else ) : void
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
EvaluateCore ( TracingILGenerator il ) : void

메소드 상세

AndConditionILConstruct() 공개 메소드

public AndConditionILConstruct ( IList expressions ) : System
expressions IList
리턴 System

Branch() 공개 메소드

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

Evaluate() 공개 메소드

public Evaluate ( TracingILGenerator il ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
리턴 void

LoadValue() 공개 메소드

public LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
shouldBeAddress bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string