Open sandboxFocus

Enum FieldKind

Specifies the kind of field.

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

Fields

Name Description
Default

A regular field (IField).

TupleElement

A field that represents an element of a tuple (ITupleElement).

See Also