ImportMemberAttribute Constructor (String[]) |
Initializes a new ImportMemberAttribute and specifies several possible names for the member to import.
Namespace: PostSharp.Aspects.Advices
Assembly: PostSharp (in PostSharp.dll) Version: 6.6.14.0 (6.6.14.0)

C#
public ImportMemberAttribute( params string[] memberNames )
Parameters
- memberNames
- Type: System.String[]
Possible names of the member to import in the order of precedence.
