Metalama (preview)API documentationAspect APIMetalama.​Framework.​CodeConstructor­Initializer­Kind
Open sandboxFocus

ConstructorInitializerKind Enum

Describes the kind of constructor initializer.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum ConstructorInitializerKind

Fields

Name Description
Base

The initializer refers to the base constructor.

None

The constructor has no explicit initializer.

This

The initializer reference another constructor of the same type.