C# Class MsgPack.Serialization.EmittingSerializers.AndConditionILConstruct

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

Méthodes publiques

Méthode Description
AndConditionILConstruct ( IList expressions ) : System
Branch ( TracingILGenerator il, Label @else ) : void
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
ToString ( ) : string

Private Methods

Méthode Description
EvaluateCore ( TracingILGenerator il ) : void

Method Details

AndConditionILConstruct() public méthode

public AndConditionILConstruct ( IList expressions ) : System
expressions IList
Résultat System

Branch() public méthode

public Branch ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
Résultat void

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

ToString() public méthode

public ToString ( ) : string
Résultat string