Click or drag to resize
SerializerCodeGenerationConfigurationCodeIndentString Property
Gets or sets the indentation string for code generation.

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public string CodeIndentString { get; set; }

Property Value

Type: String
The indentation string for code generation. The default is " "(4 U+0020 chars).
Remarks
This value will be passed as-is for an underlying code dom provider.
See Also