CommonType

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.gob
  • Platforms: .NET, .NET Standard 2.0, Island

Fields


Id

 

var Id: typeId;

 

typeId Id

 

var Id: typeId

 

Id typeId

 

FIELD Id() As typeId

Name

 

var Name: string;

 

string Name

 

var Name: string

 

Name string

 

FIELD Name() As string

Instance Methods


constructor

 

constructor

 

CommonType()

 

init()

 

Sub New()

constructor (CommonType)

 

constructor(value: CommonType)

 

CommonType(CommonType value)

 

init(_ value: CommonType)

 

Sub New(value As CommonType)

Parameters:

  • value: