Global

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.scanner
  • Platforms: .NET, .NET Standard 2.0, Island

Constants


ScanComments

 

const ScanComments: Mode = 1;

 

const Mode ScanComments = 1

 

static let ScanComments: Mode = 1

 

const ScanComments Mode = 1

 

Dim ScanComments As Mode = 1

Methods


PrintError

 

class method PrintError(w: Writer; err: error)

 

static void PrintError(Writer w, error err)

 

static func PrintError(_ w: Writer, _ err: error)

 

// .NET, .NET Standard 2.0
func PrintError(w Writer, err error) 
// Island
func PrintError(w Writer, err error) void

 

Shared Sub PrintError(w As Writer, err As error)

Parameters:

  • w:
  • err: