ImportMemberAttribute Constructor (String) |
Initializes a new ImportMemberAttribute and specifies a single name for the member to import.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public ImportMemberAttribute( string memberName )
Parameters
- memberName
- Type: System.String
The name of the member to import.