C# Класс Patchwork.NewTypeAttribute

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

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

Метод Описание
NewTypeAttribute ( string newTypeName = null, string newNamespace = null ) : System

Приватные методы

Метод Описание
NewTypeAttribute ( bool isImplicit, string newTypeName = null, string newNamespace = null ) : System

Creates a new NewTypeAttribute, possibly marking the type as implicit.

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

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

public NewTypeAttribute ( string newTypeName = null, string newNamespace = null ) : System
newTypeName string The short name under which the type is introduced. If null, the name is unchanged. Dots should not be used here.
newNamespace string The namespace under which the type will be introduced. May contain dots. If null, the type is unchanged.
Результат System