C# Class Patchwork.NewMemberAttribute

Inheritance: MemberActionAttribute
Afficher le fichier Open project: GregRos/Patchwork Class Usage Examples

Méthodes publiques

Méthode Description
NewMemberAttribute ( string newMemberName = null ) : System

Constructs a new instance of this attribute.

Méthodes protégées

Méthode Description
NewMemberAttribute ( bool isImplicit, string newMemberName = null ) : System

Constructs a new instance of this attribute.

Method Details

NewMemberAttribute() protected méthode

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.
Résultat System

NewMemberAttribute() public méthode

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.
Résultat System