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

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

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

Метод Описание
Branch ( TracingILGenerator il, Label @else ) : void

Защищенные методы

Метод Описание
BranchCore ( TracingILGenerator il, Label @else ) : void
ContextfulILConstruct ( TypeDefinition contextType ) : System

Описание методов

Branch() публичный закрытый Метод

public final Branch ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
Результат void

BranchCore() защищенный Метод

protected BranchCore ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
Результат void

ContextfulILConstruct() защищенный Метод

protected ContextfulILConstruct ( TypeDefinition contextType ) : System
contextType TypeDefinition
Результат System