C# Класс Hiro.Compilers.MethodBuilder

Represents a type that can create methods.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateMethod ( MethodBuilderOptions options ) : Mono.Cecil.MethodDefinition

Creates a method on the given host type.

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

CreateMethod() публичный Метод

Creates a method on the given host type.
public CreateMethod ( MethodBuilderOptions options ) : Mono.Cecil.MethodDefinition
options MethodBuilderOptions The method options object that describes the method to be created.
Результат Mono.Cecil.MethodDefinition