Importer

Overview

Location

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


Required Methods


Import

 

// .NET, .NET Standard 2.0
method Import(path: string): tuple of (Memory<Package>, error)
// Island
method Import(path: string): tuple of (Memory<Package>, error)

 

// .NET, .NET Standard 2.0
(Memory<Package>, error) Import(string path)
// Island
(Memory<Package>, error) Import(string path)

 

// .NET, .NET Standard 2.0
func Import(_ path: string) -> (Memory<Package>, error)
// Island
func Import(_ path: string) -> (Memory<Package>, error)

 

// .NET, .NET Standard 2.0
func Import(path string) tuple of (Memory<Package>, error)
// Island
func Import(path string) tuple of (Memory<Package>, error)

 

// .NET, .NET Standard 2.0
Function Import(path As string) As Tuple (Of Memory<Package>, error)
// Island
Function Import(path As string) As Tuple (Of Memory<Package>, error)

Parameters:

  • path: