Named
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
Named()
init()
Sub New()
constructor(aobj: Memory<TypeName>; aunderlying: Type; amethods: Slice<Memory<Func>>)
Named(Memory<TypeName> aobj, Type aunderlying, Slice<Memory<Func>> amethods)
init(_ aobj: Memory<TypeName>, _ aunderlying: Type, _ amethods: Slice<Memory<Func>>)
Sub New(aobj As Memory<TypeName>, aunderlying As Type, amethods As Slice<Memory<Func>>)
Parameters:
- aobj:
- aunderlying:
- amethods:
constructor (Named)
constructor(value: Named)
Named(Named value)
init(_ value: Named)
Sub New(value As Named)
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