C# Класс MsgPack.Serialization.EmittingSerializers.AndConditionILConstruct

Наследование: ILConstruct
Показать файл Открыть проект

Открытые методы

Метод Описание
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