MulticastInheritance Enumeration |
Kind of inheritance of MulticastAttribute.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public enum MulticastInheritance
Member name | Value | Description | |
---|---|---|---|
None | 0 | No inheritance. | |
Strict | 1 | The instance is inherited to children of the original element, but multicasting is not applied to members of children. | |
Multicast | 2 | The instance is inherited to children of the original element and multicasting is applied to members of children. |