Method | Description | |
---|---|---|
NewMemberAttribute ( string newMemberName = null ) : System |
Constructs a new instance of this attribute.
|
Method | Description | |
---|---|---|
NewMemberAttribute ( bool isImplicit, string newMemberName = null ) : System |
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 |
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 |