C# Class MsgPack.Serialization.EmittingSerializers.SequenceILConstruct

Inheritance: ILConstruct
Afficher le fichier Open project: msgpack/msgpack-cli

Méthodes publiques

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

Method Details

Evaluate() public méthode

public Evaluate ( TracingILGenerator il ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
Résultat void

LoadValue() public méthode

public LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
shouldBeAddress bool
Résultat void

SequenceILConstruct() public méthode

public SequenceILConstruct ( TypeDefinition contextType, IEnumerable statements ) : System
contextType TypeDefinition
statements IEnumerable
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string