Array
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
Array()
init()
Sub New()
constructor(alen: int64; aelem: Type)
Array(int64 alen, Type aelem)
init(_ alen: int64, _ aelem: Type)
Sub New(alen As int64, aelem As Type)
Parameters:
- alen:
- aelem:
constructor (Array)
constructor(value: Array)
Array(Array value)
init(_ value: Array)
Sub New(value As Array)
Parameters:
- value:
String Island
method String: string
string String()
func String() -> string
func String() string
Function String() As string
Underlying Island
method Underlying: Type
Type Underlying()
func Underlying() -> Type
func Underlying() Type
Function Underlying() As Type