Script

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.text.language
  • Platforms: .NET, .NET Standard 2.0, Island

Instance Methods


constructor

 

constructor

 

Script()

 

init()

 

Sub New()

constructor (Script)

 

constructor(ascriptID: Script)

 

Script(Script ascriptID)

 

init(_ ascriptID: Script)

 

Sub New(ascriptID As Script)

Parameters:

  • ascriptID:

constructor (Script)

 

constructor(value: Script)

 

Script(Script value)

 

init(_ value: Script)

 

Sub New(value As Script)

Parameters:

  • value:

IsPrivateUse

 

method IsPrivateUse: bool

 

bool IsPrivateUse()

 

func IsPrivateUse() -> bool

 

func IsPrivateUse() bool

 

Function IsPrivateUse() As bool

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string