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)
Parameters:
- aMode:
- aTabwidth:
- aIndent:
constructor (Config)
Parameters:
- value:
Fprint
// .NET, .NET Standard 2.0
method Fprint(output: Writer; fset: Memory<FileSet>; node: Object): error
// Island
method Fprint(output: Writer; fset: Memory<FileSet>; node: Object): error
// .NET, .NET Standard 2.0
error Fprint(Writer output, Memory<FileSet> fset, Object node)
// Island
error Fprint(Writer output, Memory<FileSet> fset, Object node)
// .NET, .NET Standard 2.0
func Fprint(_ output: Writer, _ fset: Memory<FileSet>, _ node: Object) -> error
// Island
func Fprint(_ output: Writer, _ fset: Memory<FileSet>, _ node: Object) -> error
// .NET, .NET Standard 2.0
func Fprint(output Writer, fset Memory<FileSet>, node interface{}) error
// Island
func Fprint(output Writer, fset Memory<FileSet>, node interface{}) error
Parameters:
- output:
- fset:
- node:
Indent
Mode
Tabwidth
Indent
Mode
Tabwidth
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)
Parameters:
- aMode:
- aTabwidth:
- aIndent:
constructor (Config)
Parameters:
- value: