Importer

Overview

Location

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

Fields


Value

 

// .NET, .NET Standard 2.0
var Value: Func<Map<string, Memory<Object>>, string, tuple of (pkg: Memory<Object>, err: error)>;
// Island
var Value: Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)>;

 

// .NET, .NET Standard 2.0
Func<Map<string, Memory<Object>>, string, (Memory<Object>, error)err> Value
// Island
Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)> Value

 

// .NET, .NET Standard 2.0
var Value: Func<Map<string, Memory<Object>>, string, (Memory<Object>, error)>
// Island
var Value: Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)>

 

// .NET, .NET Standard 2.0
Value Func<Map<string, Memory<Object>>, string, tuple of (|name=pkg| Memory<Object>, |name=err| error)>
// Island
Value Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)>

 

// .NET, .NET Standard 2.0
FIELD Value() As Func (Of Map<string, Memory<Object>>, string, Tuple (Of Memory<Object>, error))
// Island
FIELD Value() As Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)>

Instance Methods


constructor

 

constructor

 

Importer()

 

init()

 

Sub New()

constructor (Func<Map<string, Memory<Object>>, string, tuple of (Memory<Object>, error)>)

 

// .NET, .NET Standard 2.0
constructor(aValue: Func<Map<string, Memory<Object>>, string, tuple of (Memory<Object>, error)>)
// Island
constructor(aValue: Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)>)

 

// .NET, .NET Standard 2.0
Importer(Func<Map<string, Memory<Object>>, string, tuple of (Memory<Object>, error)> aValue)
// Island
Importer(Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)> aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Func<Map<string, Memory<Object>>, string, (Memory<Object>, error)>)
// Island
init(_ aValue: Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)>)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Func (Of Map<string, Memory<Object>>, string, Tuple (Of Memory<Object>, error)))
// Island
Sub New(aValue As Func<go.builtin.Map<go.builtin.string,RemObjects.Elements.System.Memory<go.ast.Object>>,go.builtin.string,tuple of (|name=pkg| RemObjects.Elements.System.Memory<go.ast.Object>,|name=err| go.builtin.error)>)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32