C# Класс Patchwork.ModifiesTypeAttribute

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

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

Метод Описание
ModifiesTypeAttribute ( string fullTypeName = "base" ) : System

Initializes a new instance of the ModifiesTypeAttribute class.

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

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

Initializes a new instance of the ModifiesTypeAttribute class.
public ModifiesTypeAttribute ( string fullTypeName = "base" ) : System
fullTypeName string /// Optionally, the full name of the type to be modified. "base" means the base type is used instead. null means a type /// with the same full name (in the target assembly) is modified. /// For nested classes, use the syntax Namespace.Container/Nested/... ///
Результат System