Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.flag
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry: Value | Getter

Required Methods


Get

method Get: Object
Object Get()
func Get() -> Object
func Get() interface{}
Function Get() As Object

Set    (declared in Value)

method Set(string): error
error Set(string )
func Set(_ string) -> error
func Set( string) error
Function Set( As string) As error

Parameters:

  • :

String    (declared in Value)

method String: string
string String()
func String() -> string
func String() string
Function String() As string