C# Class MsgPack.Serialization.EmittingSerializers.SequenceILConstruct

Inheritance: ILConstruct
Mostrar archivo Open project: msgpack/msgpack-cli

Public Methods

Method Description
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
SequenceILConstruct ( TypeDefinition contextType, IEnumerable statements ) : System
ToString ( ) : string

Method Details

Evaluate() public method

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

LoadValue() public method

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

SequenceILConstruct() public method

public SequenceILConstruct ( TypeDefinition contextType, IEnumerable statements ) : System
contextType TypeDefinition
statements IEnumerable
return System

ToString() public method

public ToString ( ) : string
return string