See the remarks on MulticastAttribute.
Namespace: PostSharp.Extensibility
Assembly: Metalama.Migration.dll
Syntax
[Flags]
[Obsolete("See the remarks on 'MulticastAttribute'.", false)]
public enum MulticastAttributes
Fields
Name | Description |
---|---|
Abstract | |
All | |
AnyAbstraction | |
AnyGeneration | |
AnyImplementation | |
AnyLiterality | |
AnyParameter | |
AnyScope | |
AnyVirtuality | |
AnyVisibility | |
CompilerGenerated | |
Default | |
InParameter | |
Instance | |
Internal | |
InternalAndProtected | |
InternalOrProtected | |
Literal | |
Managed | |
NonAbstract | |
NonLiteral | |
NonManaged | |
NonVirtual | |
OutParameter | |
Private | |
Protected | |
Public | |
RefParameter | |
Static | |
UserGenerated | |
Virtual |