C# Class Patchwork.NewMemberAttribute

Inheritance: MemberActionAttribute
Mostra file Open project: GregRos/Patchwork Class Usage Examples

Public Methods

Method Description
NewMemberAttribute ( string newMemberName = null ) : System

Constructs a new instance of this attribute.

Protected Methods

Method Description
NewMemberAttribute ( bool isImplicit, string newMemberName = null ) : System

Constructs a new instance of this attribute.

Method Details

NewMemberAttribute() protected method

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.
return System

NewMemberAttribute() public method

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.
return System