Kind of inheritance of MulticastAttribute.
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public enum MulticastInheritance
Fields
Name | Description |
---|---|
Multicast | The instance is inherited to children of the original element and multicasting is applied to members of children. |
None | No inheritance. |
Strict | The instance is inherited to children of the original element, but multicasting is not applied to members of children. |