IndentationMode Enum

Definition

An enumeration that indicates the indentation mode that is used during metadata serialization.

public enum IndentationMode
type IndentationMode = 
Public Enum IndentationMode
Inheritance
IndentationMode

Fields

Default 0

The default mode of indentation, that is determined based of the style of metadata serialization.

Spaces 2

The indentation is done using spaces.

Tabs 1

The indentation is done using tabs.

Applies to