ParserOptions.AllowsSideEffects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, allow parsing a chaining operator. This is only used for side-effecting operations.
public bool AllowsSideEffects { get; set; }
member this.AllowsSideEffects : bool with get, set
Public Property AllowsSideEffects As Boolean