C# Class MsgPack.Serialization.EmittingSerializers.ContextfulILConstruct

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

Méthodes publiques

Méthode Description
Branch ( TracingILGenerator il, Label @else ) : void

Méthodes protégées

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

Method Details

Branch() public final méthode

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

BranchCore() protected méthode

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

ContextfulILConstruct() protected méthode

protected ContextfulILConstruct ( TypeDefinition contextType ) : System
contextType TypeDefinition
Résultat System