Constructor FieldArgument
FieldArgument(string, bool)
Initializes a literal argument.
public FieldArgument(string text, bool wasQuoted)
Parameters
textstringThe argument text, with quotes removed.
wasQuotedboolWhether the argument was written quoted.
Exceptions
- ArgumentNullException
textis null.
FieldArgument(FieldInstruction)
Initializes an argument that is itself a field.
public FieldArgument(FieldInstruction nestedField)
Parameters
nestedFieldFieldInstructionThe nested instruction.
Exceptions
- ArgumentNullException
nestedFieldis null.