C# Класс Patchwork.NewMemberAttribute

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

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

Метод Описание
NewMemberAttribute ( string newMemberName = null ) : System

Constructs a new instance of this attribute.

Защищенные методы

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

Constructs a new instance of this attribute.

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

NewMemberAttribute() защищенный Метод

Constructs a new instance of this attribute.
protected NewMemberAttribute ( bool isImplicit, string newMemberName = null ) : System
isImplicit bool Whether or not the member counts as an implicit new member. Changes the behavior of the engine in some cases.
newMemberName string Optionally, the name of the new member. Otherwise, defaults to its compiled name. Use this option to prevent collisions.
Результат System

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

Constructs a new instance of this attribute.
public NewMemberAttribute ( string newMemberName = null ) : System
newMemberName string Optionally, the name the new member is introduced with. Otherwise, defaults to its compiled name. Use this option to prevent collisions.
Результат System