Open sandboxFocus

Enum AdviceKind

Enumerates the kinds of advice.

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum AdviceKind

Fields

Name Description
AddAnnotation
AddContract
AddInitializer
ImplementInterface
IntroduceAttribute
IntroduceConstructor
IntroduceEvent
IntroduceField
IntroduceFinalizer
IntroduceIndexer
IntroduceMethod
IntroduceNamespace
IntroduceOperator
IntroduceParameter
IntroduceProperty
IntroduceType
None
OverrideConstructor
OverrideConstructorChainCall
OverrideEvent
OverrideFieldOrPropertyOrIndexer
OverrideFinalizer
OverrideMethod
RemoveAttributes