Click or drag to resize

AssignmentEnum Enumeration

Enumerates possible values for assignment of the Pair.

Namespace:  Syntactik.DOM
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public enum AssignmentEnum
Members
  Member nameValueDescription
None0 The Pair has no assignment.
E1 The Pair has a string assignment =
EE2 The Pair has a string assignment ==
C3 The Pair has an object assignment :
CC4 The Pair has a choice assignment ::
CCC5 The Pair has an array assignment :::
EC6 The Pair has concatenation assignment =:
ECC7 The Pair has a literal choice assignment =::
CE8 The Pair has a pair value delimeter :=
See Also