Config
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.printer
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Config()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aMode: Mode; aTabwidth: Int64; aIndent: Int64)
// Island
constructor(aMode: Mode; aTabwidth: int; aIndent: int)
// .NET, .NET Standard 2.0
Config(Mode aMode, Int64 aTabwidth, Int64 aIndent)
// Island
Config(Mode aMode, int aTabwidth, int aIndent)
// .NET, .NET Standard 2.0
init(_ aMode: Mode, _ aTabwidth: Int64, _ aIndent: Int64)
// Island
init(_ aMode: Mode, _ aTabwidth: int, _ aIndent: int)
// .NET, .NET Standard 2.0
Sub New(aMode As Mode, aTabwidth As Int64, aIndent As Int64)
// Island
Sub New(aMode As Mode, aTabwidth As int, aIndent As int)
Parameters:
- aMode:
- aTabwidth:
- aIndent:
constructor (Config)
constructor(value: Config)
Config(Config value)
init(_ value: Config)
Sub New(value As Config)
Parameters:
- value:
Fprint
method Fprint(output: Writer; fset: Memory<FileSet>; node: Object): error
error Fprint(Writer output, Memory<FileSet> fset, Object node)
func Fprint(_ output: Writer, _ fset: Memory<FileSet>, _ node: Object) -> error
func Fprint(output Writer, fset Memory<FileSet>, node interface{}) error
Function Fprint(output As Writer, fset As Memory<FileSet>, node As Object) As error
Parameters:
- output:
- fset:
- node:
Indent
var Indent: int;
int Indent
var Indent: int
Indent int
FIELD Indent() As int
Mode
var Mode: Mode;
Mode Mode
var Mode: Mode
Mode Mode
FIELD Mode() As Mode
Tabwidth
var Tabwidth: int;
int Tabwidth
var Tabwidth: int
Tabwidth int
FIELD Tabwidth() As int
Indent
var Indent: int;
int Indent
var Indent: int
Indent int
FIELD Indent() As int
Mode
var Mode: Mode;
Mode Mode
var Mode: Mode
Mode Mode
FIELD Mode() As Mode
Tabwidth
var Tabwidth: int;
int Tabwidth
var Tabwidth: int
Tabwidth int
FIELD Tabwidth() As int
constructor
constructor
Config()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aMode: Mode; aTabwidth: Int64; aIndent: Int64)
// Island
constructor(aMode: Mode; aTabwidth: int; aIndent: int)
// .NET, .NET Standard 2.0
Config(Mode aMode, Int64 aTabwidth, Int64 aIndent)
// Island
Config(Mode aMode, int aTabwidth, int aIndent)
// .NET, .NET Standard 2.0
init(_ aMode: Mode, _ aTabwidth: Int64, _ aIndent: Int64)
// Island
init(_ aMode: Mode, _ aTabwidth: int, _ aIndent: int)
// .NET, .NET Standard 2.0
Sub New(aMode As Mode, aTabwidth As Int64, aIndent As Int64)
// Island
Sub New(aMode As Mode, aTabwidth As int, aIndent As int)
Parameters:
- aMode:
- aTabwidth:
- aIndent:
constructor (Config)
constructor(value: Config)
Config(Config value)
init(_ value: Config)
Sub New(value As Config)
Parameters:
- value: