PostSharpAPI ReferencePost­Sharp.​ExtensibilityMulticast­Inheritance
Open sandboxFocus

MulticastInheritance Class

Kind of inheritance of MulticastAttribute.

Inheritance
MulticastInheritance
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public sealed class MulticastInheritance : Enum

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.

value__