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. |