CSharpFormattingOptions.SpaceWithinCastParentheses Property

Definition

Microsoft.CodeAnalysis.CSharp.Formatting.CSharpFormattingOptions2.SpaceWithinCastParentheses
public:
 static property Microsoft::CodeAnalysis::Options::Option<bool> ^ SpaceWithinCastParentheses { Microsoft::CodeAnalysis::Options::Option<bool> ^ get(); };
public static Microsoft.CodeAnalysis.Options.Option<bool> SpaceWithinCastParentheses { get; }
static member SpaceWithinCastParentheses : Microsoft.CodeAnalysis.Options.Option<bool>
Public Shared ReadOnly Property SpaceWithinCastParentheses As Option(Of Boolean)

Property Value

Applies to