StructTag

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.reflect
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:

Fields


Value

 

var Value: String;

 

String Value

 

var Value: String

 

Value String

 

FIELD Value() As String

Instance Methods


constructor

 

constructor(aValue: String)

 

StructTag(String aValue)

 

init(_ aValue: String)

 

Sub New(aValue As String)

Parameters:

  • aValue:

Get

 

method Get(key: String): String

 

String Get(String key)

 

func Get(_ key: String) -> String

 

func Get(key String) String

 

Function Get(key As String) As String

Parameters:

  • key:

Lookup

 

method Lookup(key: String): tuple of (String, Boolean)

 

(String, Boolean) Lookup(String key)

 

func Lookup(_ key: String) -> (String, Boolean)

 

func Lookup(key String) tuple of (String, Boolean)

 

Function Lookup(key As String) As Tuple (Of String, Boolean)

Parameters:

  • key: