Enum SyntaxType
Determines the type of syntax that is hosted in a Dot Net model.
Namespace: CodeFactory.DotNet
Assembly: CodeFactory.DotNet.dll
Syntax
public enum SyntaxType
Fields
Name | Description |
---|---|
Body | The syntax is hosted in the body of the target model. |
Expression | The syntax is hosted in a single expression using a => directive. |
Unknown | No syntax definition has been identified or an unknown declaration was used. |