Table of Contents

Constructor FieldArgument

Namespace
DocWright.Dom.Fields
Assembly
DocWright.Dom.dll

FieldArgument(string, bool)

Initializes a literal argument.

public FieldArgument(string text, bool wasQuoted)

Parameters

text string

The argument text, with quotes removed.

wasQuoted bool

Whether the argument was written quoted.

Exceptions

ArgumentNullException

text is null.

FieldArgument(FieldInstruction)

Initializes an argument that is itself a field.

public FieldArgument(FieldInstruction nestedField)

Parameters

nestedField FieldInstruction

The nested instruction.

Exceptions

ArgumentNullException

nestedField is null.