Specifies the kind of field.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum FieldKindFields
| Name | Description |
|---|---|
| Default | A regular field (IField). |
| TupleElement | A field that represents an element of a tuple (ITupleElement). |