ImporterFrom
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.types
- Platforms: .NET, .NET Standard 2.0, Island
- Ancestry: Importer | ImporterFrom
Required Methods
Import (declared in Importer)
method Import(path: string): tuple of (Memory<Package>, error)
(Memory<Package>, error) Import(string path)
func Import(_ path: string) -> tuple of (Memory<Package>, error)
func Import(path string) tuple of (Memory<Package>, error)
Function Import(path As string) As Tuple (Of Memory<Package>, error)
Parameters:
- path:
ImportFrom
method ImportFrom(path: string; dir: string; mode: ImportMode): tuple of (Memory<Package>, error)
(Memory<Package>, error) ImportFrom(string path, string dir, ImportMode mode)
func ImportFrom(_ path: string, _ dir: string, _ mode: ImportMode) -> tuple of (Memory<Package>, error)
func ImportFrom(path string, dir string, mode ImportMode) tuple of (Memory<Package>, error)
Function ImportFrom(path As string, dir As string, mode As ImportMode) As Tuple (Of Memory<Package>, error)
Parameters:
- path:
- dir:
- mode: