C# Class Hiro.Compilers.ContainerTypeBuilder

Represents a class that can create other types.
Inheritance: TypeBuilder
Afficher le fichier Open project: philiplaureano/Hiro Class Usage Examples

Méthodes protégées

Méthode Description
AddInterfaces ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition containerType ) : void

Adds additional interfaces to the target type.

Method Details

AddInterfaces() protected méthode

Adds additional interfaces to the target type.
protected AddInterfaces ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition containerType ) : void
module Mono.Cecil.ModuleDefinition The host module.
containerType Mono.Cecil.TypeDefinition The container type.
Résultat void