DynamicKeywordNameMode Enum

Definition

Defines the name modes for a dynamic keyword. A name expression may be required, optional or not permitted.

public enum class DynamicKeywordNameMode
public enum DynamicKeywordNameMode
type DynamicKeywordNameMode = 
Public Enum DynamicKeywordNameMode
Inheritance
DynamicKeywordNameMode

Fields

NameRequired 2

Name must be present but can also be an expression.

NoName 0

This keyword does not take a name value.

OptionalName 4

Name may be optionally present, expression or bare word.

SimpleNameRequired 1

Name must be present and simple non-empty bare word.

SimpleOptionalName 3

Name may be optionally present, but if it is present, it must be a non-empty bare word.

Applies to