Class FieldArgument
One positional argument of a field instruction, or a nested field used as one.
public sealed class FieldArgument
- Inheritance
-
FieldArgument
- Inherited Members
Constructors
- FieldArgument(FieldInstruction)
Initializes an argument that is itself a field.
- FieldArgument(string, bool)
Initializes a literal argument.
Properties
- IsNestedField
Gets whether this argument is a nested field.
- NestedField
Gets the nested instruction when this argument is a field, otherwise null.
- Text
Gets the argument text with quotes removed, or an empty string for a nested field.
- WasQuoted
Gets whether the argument was written quoted.