PostSharpAPI ReferencePost­Sharp.​Aspects.​AdvicesGrouping­AdviceMaster
Open sandboxFocus

GroupingAdvice.Master Property

Master

Name of the master advice method. If this property is not set, the current method is itself the master of the group. Only master methods can define selectors (Pointcut) and dependencies (AspectDependencyAttribute).

Declaration
public string Master { get; set; }
Property Value
Type Description
System.String