Package
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.ast
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
Package()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)
// Island
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)
// .NET, .NET Standard 2.0
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)
// Island
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)
Parameters:
- aName:
- aScope:
- aImports:
- aFiles:
constructor (Package)
Parameters:
- value:
End
Files
// .NET, .NET Standard 2.0
var Files: Map<string, Memory<File>>;
// Island
var Files: Map<string, Memory<File>>;
// .NET, .NET Standard 2.0
Map<string, Memory<File>> Files
// Island
Map<string, Memory<File>> Files
// .NET, .NET Standard 2.0
var Files: Map<string, Memory<File>>
// Island
var Files: Map<string, Memory<File>>
Imports
// .NET, .NET Standard 2.0
var Imports: Map<string, Memory<Object>>;
// Island
var Imports: Map<string, Memory<Object>>;
// .NET, .NET Standard 2.0
Map<string, Memory<Object>> Imports
// Island
Map<string, Memory<Object>> Imports
// .NET, .NET Standard 2.0
var Imports: Map<string, Memory<Object>>
// Island
var Imports: Map<string, Memory<Object>>
Name
Pos
Scope
Files
// .NET, .NET Standard 2.0
var Files: Map<string, Memory<File>>;
// Island
var Files: Map<string, Memory<File>>;
// .NET, .NET Standard 2.0
Map<string, Memory<File>> Files
// Island
Map<string, Memory<File>> Files
// .NET, .NET Standard 2.0
var Files: Map<string, Memory<File>>
// Island
var Files: Map<string, Memory<File>>
Imports
// .NET, .NET Standard 2.0
var Imports: Map<string, Memory<Object>>;
// Island
var Imports: Map<string, Memory<Object>>;
// .NET, .NET Standard 2.0
Map<string, Memory<Object>> Imports
// Island
Map<string, Memory<Object>> Imports
// .NET, .NET Standard 2.0
var Imports: Map<string, Memory<Object>>
// Island
var Imports: Map<string, Memory<Object>>
Name
Scope
constructor
constructor
Package()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)
// Island
constructor(aName: string; aScope: Memory<Scope>; aImports: Map<string, Memory<Object>>; aFiles: Map<string, Memory<File>>)
// .NET, .NET Standard 2.0
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)
// Island
Package(string aName, Memory<Scope> aScope, Map<string, Memory<Object>> aImports, Map<string, Memory<File>> aFiles)
Parameters:
- aName:
- aScope:
- aImports:
- aFiles:
constructor (Package)
Parameters:
- value: