Package
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.types
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Package()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(apath: string; aname: string; ascope: Memory<Scope>; acomplete: Boolean; aimports: Slice<Memory<Package>>; afake: Boolean)
// Island
constructor(apath: string; aname: string; ascope: Memory<Scope>; acomplete: bool; aimports: Slice<Memory<Package>>; afake: bool)
// .NET, .NET Standard 2.0
Package(string apath, string aname, Memory<Scope> ascope, Boolean acomplete, Slice<Memory<Package>> aimports, Boolean afake)
// Island
Package(string apath, string aname, Memory<Scope> ascope, bool acomplete, Slice<Memory<Package>> aimports, bool afake)
// .NET, .NET Standard 2.0
init(_ apath: string, _ aname: string, _ ascope: Memory<Scope>, _ acomplete: Boolean, _ aimports: Slice<Memory<Package>>, _ afake: Boolean)
// Island
init(_ apath: string, _ aname: string, _ ascope: Memory<Scope>, _ acomplete: bool, _ aimports: Slice<Memory<Package>>, _ afake: bool)
// .NET, .NET Standard 2.0
Sub New(apath As string, aname As string, ascope As Memory<Scope>, acomplete As Boolean, aimports As Slice<Memory<Package>>, afake As Boolean)
// Island
Sub New(apath As string, aname As string, ascope As Memory<Scope>, acomplete As bool, aimports As Slice<Memory<Package>>, afake As bool)
Parameters:
- apath:
- aname:
- ascope:
- acomplete:
- aimports:
- afake:
constructor (Package)
Parameters:
- value: