Class CSharpFormattingOptions
- Namespace
- ICSharpCode.Decompiler.CSharp.OutputVisitor
- Assembly
- ICSharpCode.Decompiler.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class CSharpFormattingOptions
- Inheritance
-
CSharpFormattingOptions
- Inherited Members
-
Properties
public bool AlignElseInIfStatements { get; set; }
Property Value
- bool
public bool AlignEmbeddedStatements { get; set; }
Property Value
- bool
public bool AlignToFirstIndexerArgument { get; set; }
Property Value
- bool
public bool AlignToFirstIndexerDeclarationParameter { get; set; }
Property Value
- bool
public bool AlignToFirstMethodCallArgument { get; set; }
Property Value
- bool
public bool AlignToFirstMethodDeclarationParameter { get; set; }
Property Value
- bool
public bool AlignToMemberReferenceDot { get; set; }
Property Value
- bool
public bool AllowEventAddBlockInline { get; set; }
Property Value
- bool
public bool AllowEventRemoveBlockInline { get; set; }
Property Value
- bool
public bool AllowIfBlockInline { get; set; }
Property Value
- bool
public bool AllowOneLinedArrayInitialziers { get; set; }
Property Value
- bool
public BraceStyle AnonymousMethodBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle ArrayInitializerBraceStyle { get; set; }
Property Value
- BraceStyle
public Wrapping ArrayInitializerWrapping { get; set; }
Property Value
- Wrapping
public PropertyFormatting AutoPropertyFormatting { get; set; }
Property Value
- PropertyFormatting
public NewLinePlacement CatchNewLinePlacement { get; set; }
Property Value
- NewLinePlacement
public Wrapping ChainedMethodCallWrapping { get; set; }
Property Value
- Wrapping
public BraceStyle ClassBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle ConstructorBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle DestructorBraceStyle { get; set; }
Property Value
- BraceStyle
public NewLinePlacement ElseIfNewLinePlacement { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement ElseNewLinePlacement { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement EmbeddedStatementPlacement { get; set; }
Property Value
- NewLinePlacement
public EmptyLineFormatting EmptyLineFormatting { get; set; }
Property Value
- EmptyLineFormatting
public BraceStyle EnumBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle EventAddBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle EventBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle EventRemoveBraceStyle { get; set; }
Property Value
- BraceStyle
public NewLinePlacement FinallyNewLinePlacement { get; set; }
Property Value
- NewLinePlacement
public bool IndentBlocks { get; set; }
Property Value
- bool
public bool IndentBlocksInsideExpressions { get; set; }
Property Value
- bool
public bool IndentBreakStatements { get; set; }
Property Value
- bool
IndentCaseBody
public bool IndentCaseBody { get; set; }
Property Value
- bool
IndentClassBody
public bool IndentClassBody { get; set; }
Property Value
- bool
IndentEnumBody
public bool IndentEnumBody { get; set; }
Property Value
- bool
IndentEventBody
public bool IndentEventBody { get; set; }
Property Value
- bool
IndentInterfaceBody
public bool IndentInterfaceBody { get; set; }
Property Value
- bool
IndentMethodBody
public bool IndentMethodBody { get; set; }
Property Value
- bool
IndentNamespaceBody
public bool IndentNamespaceBody { get; set; }
Property Value
- bool
public bool IndentPreprocessorDirectives { get; set; }
Property Value
- bool
IndentPropertyBody
public bool IndentPropertyBody { get; set; }
Property Value
- bool
IndentStructBody
public bool IndentStructBody { get; set; }
Property Value
- bool
IndentSwitchBody
public bool IndentSwitchBody { get; set; }
Property Value
- bool
public string IndentationString { get; set; }
Property Value
- string
public Wrapping IndexerArgumentWrapping { get; set; }
Property Value
- Wrapping
public NewLinePlacement IndexerClosingBracketOnNewLine { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement IndexerDeclarationClosingBracketOnNewLine { get; set; }
Property Value
- NewLinePlacement
public Wrapping IndexerDeclarationParameterWrapping { get; set; }
Property Value
- Wrapping
public BraceStyle InterfaceBraceStyle { get; set; }
Property Value
- BraceStyle
public bool IsBuiltIn { get; set; }
Property Value
- bool
public bool KeepCommentsAtFirstColumn { get; set; }
Property Value
- bool
public BraceStyle MethodBraceStyle { get; set; }
Property Value
- BraceStyle
public Wrapping MethodCallArgumentWrapping { get; set; }
Property Value
- Wrapping
public NewLinePlacement MethodCallClosingParenthesesOnNewLine { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement MethodDeclarationClosingParenthesesOnNewLine { get; set; }
Property Value
- NewLinePlacement
public Wrapping MethodDeclarationParameterWrapping { get; set; }
Property Value
- Wrapping
public int MinimumBlankLinesAfterUsings { get; set; }
Property Value
- int
public int MinimumBlankLinesAroundRegion { get; set; }
Property Value
- int
public int MinimumBlankLinesBeforeFirstDeclaration { get; set; }
Property Value
- int
public int MinimumBlankLinesBeforeUsings { get; set; }
Property Value
- int
public int MinimumBlankLinesBetweenEventFields { get; set; }
Property Value
- int
public int MinimumBlankLinesBetweenFields { get; set; }
Property Value
- int
public int MinimumBlankLinesBetweenMembers { get; set; }
Property Value
- int
public int MinimumBlankLinesBetweenTypes { get; set; }
Property Value
- int
public int MinimumBlankLinesInsideRegion { get; set; }
Property Value
- int
public string Name { get; set; }
Property Value
- string
public BraceStyle NamespaceBraceStyle { get; set; }
Property Value
- BraceStyle
public NewLinePlacement NewLineAferIndexerDeclarationOpenBracket { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement NewLineAferIndexerOpenBracket { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement NewLineAferMethodCallOpenParentheses { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement NewLineAferMethodDeclarationOpenParentheses { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement NewLineAfterConstructorInitializerColon { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement NewLineBeforeConstructorInitializerColon { get; set; }
Property Value
- NewLinePlacement
public NewLinePlacement NewLineBeforeNewQueryClause { get; set; }
Property Value
- NewLinePlacement
public BraceStyle PropertyBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle PropertyGetBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle PropertySetBraceStyle { get; set; }
Property Value
- BraceStyle
public bool RemoveEndOfLineWhiteSpace { get; set; }
Property Value
- bool
public PropertyFormatting SimpleGetBlockFormatting { get; set; }
Property Value
- PropertyFormatting
public PropertyFormatting SimplePropertyFormatting { get; set; }
Property Value
- PropertyFormatting
public PropertyFormatting SimpleSetBlockFormatting { get; set; }
Property Value
- PropertyFormatting
public bool SpaceAfterBracketComma { get; set; }
Property Value
- bool
public bool SpaceAfterConditionalOperatorCondition { get; set; }
Property Value
- bool
public bool SpaceAfterConditionalOperatorSeparator { get; set; }
Property Value
- bool
public bool SpaceAfterConstructorDeclarationParameterComma { get; set; }
Property Value
- bool
public bool SpaceAfterDelegateDeclarationParameterComma { get; set; }
Property Value
- bool
public bool SpaceAfterFieldDeclarationComma { get; set; }
Property Value
- bool
public bool SpaceAfterForSemicolon { get; set; }
Property Value
- bool
public bool SpaceAfterIndexerDeclarationParameterComma { get; set; }
Property Value
- bool
public bool SpaceAfterLocalVariableDeclarationComma { get; set; }
Property Value
- bool
public bool SpaceAfterMethodCallParameterComma { get; set; }
Property Value
- bool
public bool SpaceAfterMethodDeclarationParameterComma { get; set; }
Property Value
- bool
public bool SpaceAfterNewParameterComma { get; set; }
Property Value
- bool
public bool SpaceAfterTypecast { get; set; }
Property Value
- bool
public bool SpaceAfterUnsafeAddressOfOperator { get; set; }
Property Value
- bool
public bool SpaceAfterUnsafeAsteriskOfOperator { get; set; }
Property Value
- bool
public bool SpaceAroundAdditiveOperator { get; set; }
Property Value
- bool
public bool SpaceAroundAssignment { get; set; }
Property Value
- bool
public bool SpaceAroundBitwiseOperator { get; set; }
Property Value
- bool
public bool SpaceAroundEqualityOperator { get; set; }
Property Value
- bool
public bool SpaceAroundLogicalOperator { get; set; }
Property Value
- bool
public bool SpaceAroundMultiplicativeOperator { get; set; }
Property Value
- bool
public bool SpaceAroundNullCoalescingOperator { get; set; }
Property Value
- bool
public bool SpaceAroundRelationalOperator { get; set; }
Property Value
- bool
public bool SpaceAroundShiftOperator { get; set; }
Property Value
- bool
public bool SpaceAroundUnsafeArrowOperator { get; set; }
Property Value
- bool
public bool SpaceBeforeAnonymousMethodParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeArrayDeclarationBrackets { get; set; }
Property Value
- bool
public bool SpaceBeforeBracketComma { get; set; }
Property Value
- bool
public bool SpaceBeforeCatchParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeConditionalOperatorCondition { get; set; }
Property Value
- bool
public bool SpaceBeforeConditionalOperatorSeparator { get; set; }
Property Value
- bool
public bool SpaceBeforeConstructorDeclarationParameterComma { get; set; }
Property Value
- bool
public bool SpaceBeforeConstructorDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeDelegateDeclarationParameterComma { get; set; }
Property Value
- bool
public bool SpaceBeforeDelegateDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeFieldDeclarationComma { get; set; }
Property Value
- bool
public bool SpaceBeforeForParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeForSemicolon { get; set; }
Property Value
- bool
public bool SpaceBeforeForeachParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeIfParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeIndexerDeclarationBracket { get; set; }
Property Value
- bool
public bool SpaceBeforeIndexerDeclarationParameterComma { get; set; }
Property Value
- bool
public bool SpaceBeforeLocalVariableDeclarationComma { get; set; }
Property Value
- bool
public bool SpaceBeforeLockParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeMethodCallParameterComma { get; set; }
Property Value
- bool
public bool SpaceBeforeMethodCallParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeMethodDeclarationParameterComma { get; set; }
Property Value
- bool
public bool SpaceBeforeMethodDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeNewParameterComma { get; set; }
Property Value
- bool
public bool SpaceBeforeNewParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeSemicolon { get; set; }
Property Value
- bool
public bool SpaceBeforeSizeOfParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeSwitchParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeTypeOfParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeUsingParentheses { get; set; }
Property Value
- bool
public bool SpaceBeforeWhileParentheses { get; set; }
Property Value
- bool
public bool SpaceBetweenEmptyConstructorDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpaceBetweenEmptyDelegateDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpaceBetweenEmptyMethodCallParentheses { get; set; }
Property Value
- bool
public bool SpaceBetweenEmptyMethodDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpaceBetweenParameterAttributeSections { get; set; }
Property Value
- bool
public bool SpaceInNamedArgumentAfterDoubleColon { get; set; }
Property Value
- bool
public bool SpaceWithinAnonymousMethodParentheses { get; set; }
Property Value
- bool
public bool SpaceWithinConstructorDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpaceWithinDelegateDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpaceWithinIndexerDeclarationBracket { get; set; }
Property Value
- bool
public bool SpaceWithinMethodCallParentheses { get; set; }
Property Value
- bool
public bool SpaceWithinMethodDeclarationParentheses { get; set; }
Property Value
- bool
public bool SpacesBeforeBrackets { get; set; }
Property Value
- bool
public bool SpacesBetweenEmptyNewParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinBrackets { get; set; }
Property Value
- bool
public bool SpacesWithinCastParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinCatchParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinCheckedExpressionParantheses { get; set; }
Property Value
- bool
public bool SpacesWithinForParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinForeachParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinIfParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinLockParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinNewParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinSizeOfParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinSwitchParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinTypeOfParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinUsingParentheses { get; set; }
Property Value
- bool
public bool SpacesWithinWhileParentheses { get; set; }
Property Value
- bool
public BraceStyle StatementBraceStyle { get; set; }
Property Value
- BraceStyle
public BraceStyle StructBraceStyle { get; set; }
Property Value
- BraceStyle
public UsingPlacement UsingPlacement { get; set; }
Property Value
- UsingPlacement
public NewLinePlacement WhileNewLinePlacement { get; set; }
Property Value
- NewLinePlacement
Methods
public CSharpFormattingOptions Clone()
Returns
- CSharpFormattingOptions