Open sandboxFocus

Enum IntrospectionTransformationKind

Enumerates the kinds of code transformations.

Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public enum IntrospectionTransformationKind

Fields

Name Description
AddAnnotation

Represents the addition of an annotation.

ImplementInterface

Represents the implementation of an interface.

InsertConstructorInitializerArgument

Represents the insertion of a constructor initializer argument.

InsertStatement

Represents the insertion of a statement.

IntroduceAttribute

Represents the introduction of an attribute.

IntroduceMember

Represents the introduction of a member.

IntroduceParameter

Represents the introduction of a parameter.

MakeDefaultConstructorExplicit

Represents making a default constructor explicit.

OverrideMember

Represents an override of a member.

RemoveAttributes

Represents the removal of attributes.

See Also