Interface

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

 

Interface()

 

init()

 

Sub New()

constructor (Slice<Memory<Func>>, Slice<Type>, Slice<Memory<Func>>)

 

// .NET, .NET Standard 2.0
constructor(amethods: Slice<Memory<Func>>; aembeddeds: Slice<Type>; aallMethods: Slice<Memory<Func>>)
// Island
constructor(amethods: Slice<Memory<Func>>; aembeddeds: Slice<Type>; aallMethods: Slice<Memory<Func>>)

 

// .NET, .NET Standard 2.0
Interface(Slice<Memory<Func>> amethods, Slice<Type> aembeddeds, Slice<Memory<Func>> aallMethods)
// Island
Interface(Slice<Memory<Func>> amethods, Slice<Type> aembeddeds, Slice<Memory<Func>> aallMethods)

 

// .NET, .NET Standard 2.0
init(_ amethods: Slice<Memory<Func>>, _ aembeddeds: Slice<Type>, _ aallMethods: Slice<Memory<Func>>)
// Island
init(_ amethods: Slice<Memory<Func>>, _ aembeddeds: Slice<Type>, _ aallMethods: Slice<Memory<Func>>)

 

// .NET, .NET Standard 2.0
Sub New(amethods As Slice<Memory<Func>>, aembeddeds As Slice<Type>, aallMethods As Slice<Memory<Func>>)
// Island
Sub New(amethods As Slice<Memory<Func>>, aembeddeds As Slice<Type>, aallMethods As Slice<Memory<Func>>)

Parameters:

  • amethods:
  • aembeddeds:
  • aallMethods:

constructor (Interface)

 

constructor(value: Interface)

 

Interface(Interface value)

 

init(_ value: Interface)

 

Sub New(value As Interface)

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