[This is preliminary documentation and is subject to change.]
Abstract syntax.
| C# | Visual Basic | Visual C++ |
public AbstractSyntax AbstractSyntax { get; set; }
Public Property AbstractSyntax As AbstractSyntax
public: property AbstractSyntax^ AbstractSyntax { AbstractSyntax^ get (); void set (AbstractSyntax^ value); }
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument is a nullNothingnullptr reference. |