Method | Description | |
---|---|---|
AddInterfaces ( Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeDefinition containerType ) : void |
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. |
return | void |