public class Constructor:
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | annotationsannotations as IList<Annotation>: |
Constructor annotations |
| public property | flagsflags as Int: |
Raw modifier flags |
| public readonly property | isPrivateisPrivate as Boolean: |
No summary. |
| public readonly property | parameters | Parameters of the constructor |
| Modifier and Type | Member | Description |
|---|---|---|
| public | ConstructorConstructor(parameters as IList<Parameter> = [], flags as Int = 0, annotations as IList<Annotation> = []): |
Constructor for Constructor |