C# Класс Yea.Reflection.Emit.ConstructorBuilder

Helper class for defining/creating constructors
Наследование: Yea.Reflection.Emit.BaseClasses.MethodBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConstructorBuilder ( TypeBuilder typeBuilder, MethodAttributes attributes, IEnumerable parameters, CallingConventions callingConventions ) : System

Constructor

ToString ( ) : string

The definition of the constructor as a string

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

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

Constructor
public ConstructorBuilder ( TypeBuilder typeBuilder, MethodAttributes attributes, IEnumerable parameters, CallingConventions callingConventions ) : System
typeBuilder TypeBuilder Type builder
attributes MethodAttributes Attributes for the constructor (public, private, etc.)
parameters IEnumerable Parameter types for the constructor
callingConventions CallingConventions Calling convention for the constructor
Результат System

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

The definition of the constructor as a string
public ToString ( ) : string
Результат string