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

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

공개 메소드들

메소드 설명
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
SequenceILConstruct ( TypeDefinition contextType, IEnumerable statements ) : System
ToString ( ) : string

메소드 상세

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

SequenceILConstruct() 공개 메소드

public SequenceILConstruct ( TypeDefinition contextType, IEnumerable statements ) : System
contextType TypeDefinition
statements IEnumerable
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string