메소드 | 설명 | |
---|---|---|
ModifiesMemberAttribute ( string memberName = null, ModificationScope scope = ModificationScope.All ) : System |
Initializes a new instance of the ModifiesMemberAttribute class.
|
public ModifiesMemberAttribute ( string memberName = null, ModificationScope scope = ModificationScope.All ) : System | ||
memberName | string | Optionally, name of the member to be modified. If null, a member with the same name is used. |
scope | ModificationScope | /// Can limit the scope of the modification. Everything is modified by default. Usually used to make /// things public, etc. /// |
리턴 | System |