C# Класс Castle.ActiveRecord.ImportAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
ImportAttribute ( Type type, string rename ) : System

Initializes a new instance of the ImportAttribute class.

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

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

Initializes a new instance of the ImportAttribute class.
public ImportAttribute ( Type type, string rename ) : System
type System.Type The type.
rename string The rename.
Результат System