MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeConstructor­Initializer­Kind
Open sandboxFocus

ConstructorInitializerKind Class

Describes the kind of constructor initializer.

Inheritance
System.Object
ConstructorInitializerKind
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class ConstructorInitializerKind : Enum

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.

value__