C# Class MsgPack.Serialization.EmittingSerializers.ContextfulILConstruct

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

Public Methods

Method Description
Branch ( TracingILGenerator il, Label @else ) : void

Protected Methods

Method Description
BranchCore ( TracingILGenerator il, Label @else ) : void
ContextfulILConstruct ( TypeDefinition contextType ) : System

Method Details

Branch() public final method

public final Branch ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
return void

BranchCore() protected method

protected BranchCore ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
return void

ContextfulILConstruct() protected method

protected ContextfulILConstruct ( TypeDefinition contextType ) : System
contextType TypeDefinition
return System