KeyValue

Overview

Location

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

Fields


Key

 

var Key: string;

 

string Key

 

var Key: string

 

Key string

 

FIELD Key() As string

Value

 

var Value: Var;

 

Var Value

 

var Value: Var

 

Value Var

 

FIELD Value() As Var

Instance Methods


constructor

 

constructor

 

KeyValue()

 

init()

 

Sub New()

constructor (string, Var)

 

constructor(aKey: string; aValue: Var)

 

KeyValue(string aKey, Var aValue)

 

init(_ aKey: string, _ aValue: Var)

 

Sub New(aKey As string, aValue As Var)

Parameters:

  • aKey:
  • aValue:

constructor (KeyValue)

 

constructor(value: KeyValue)

 

KeyValue(KeyValue value)

 

init(_ value: KeyValue)

 

Sub New(value As KeyValue)

Parameters:

  • value: