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()
// .NET, .NET Standard 2.0
constructor(aobj: Memory<TypeName>; aunderlying: Type; amethods: Slice<Memory<Func>>)
// Island
constructor(aobj: Memory<TypeName>; aunderlying: Type; amethods: Slice<Memory<Func>>)
// .NET, .NET Standard 2.0
Named(Memory<TypeName> aobj, Type aunderlying, Slice<Memory<Func>> amethods)
// Island
Named(Memory<TypeName> aobj, Type aunderlying, Slice<Memory<Func>> amethods)
Parameters:
- aobj:
- aunderlying:
- amethods:
constructor (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