Header

Overview

Location

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

 

 

constructor

 

Header()

 

init()

 

Sub New()

constructor (Map<string, Slice<string>>)

 

constructor(aValue: Map<string, Slice<string>>)

 

Header(Map<string, Slice<string>> aValue)

 

init(_ aValue: Map<string, Slice<string>>)

 

Sub New(aValue As Map<string, Slice<string>>)

Parameters:

  • aValue:

AddressList

 

// .NET, .NET Standard 2.0
method AddressList(key: string): tuple of (Slice<Memory<Address>>, error)
// Island
method AddressList(key: string): tuple of (Slice<Memory<Address>>, error)

 

// .NET, .NET Standard 2.0
(Slice<Memory<Address>>, error) AddressList(string key)
// Island
(Slice<Memory<Address>>, error) AddressList(string key)

 

// .NET, .NET Standard 2.0
func AddressList(_ key: string) -> (Slice<Memory<Address>>, error)
// Island
func AddressList(_ key: string) -> (Slice<Memory<Address>>, error)

 

// .NET, .NET Standard 2.0
func AddressList(key string) tuple of (Slice<Memory<Address>>, error)
// Island
func AddressList(key string) tuple of (Slice<Memory<Address>>, error)

 

// .NET, .NET Standard 2.0
Function AddressList(key As string) As Tuple (Of Slice<Memory<Address>>, error)
// Island
Function AddressList(key As string) As Tuple (Of Slice<Memory<Address>>, error)

Parameters:

  • key:

Date

 

method Date: tuple of (Time, error)

 

(Time, error) Date()

 

func Date() -> (Time, error)

 

func Date() tuple of (Time, error)

 

Function Date() As Tuple (Of Time, error)

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

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:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Value

 

var Value: Map<string, Slice<string>>;

 

Map<string, Slice<string>> Value

 

var Value: Map<string, Slice<string>>

 

Value Map<string, Slice<string>>

 

FIELD Value() As Map<string, Slice<string>>

 

Value

 

var Value: Map<string, Slice<string>>;

 

Map<string, Slice<string>> Value

 

var Value: Map<string, Slice<string>>

 

Value Map<string, Slice<string>>

 

FIELD Value() As Map<string, Slice<string>>

 

 

constructor

 

Header()

 

init()

 

Sub New()

constructor (Map<string, Slice<string>>)

 

constructor(aValue: Map<string, Slice<string>>)

 

Header(Map<string, Slice<string>> aValue)

 

init(_ aValue: Map<string, Slice<string>>)

 

Sub New(aValue As Map<string, Slice<string>>)

Parameters:

  • aValue:

AddressList

 

// .NET, .NET Standard 2.0
method AddressList(key: string): tuple of (Slice<Memory<Address>>, error)
// Island
method AddressList(key: string): tuple of (Slice<Memory<Address>>, error)

 

// .NET, .NET Standard 2.0
(Slice<Memory<Address>>, error) AddressList(string key)
// Island
(Slice<Memory<Address>>, error) AddressList(string key)

 

// .NET, .NET Standard 2.0
func AddressList(_ key: string) -> (Slice<Memory<Address>>, error)
// Island
func AddressList(_ key: string) -> (Slice<Memory<Address>>, error)

 

// .NET, .NET Standard 2.0
func AddressList(key string) tuple of (Slice<Memory<Address>>, error)
// Island
func AddressList(key string) tuple of (Slice<Memory<Address>>, error)

 

// .NET, .NET Standard 2.0
Function AddressList(key As string) As Tuple (Of Slice<Memory<Address>>, error)
// Island
Function AddressList(key As string) As Tuple (Of Slice<Memory<Address>>, error)

Parameters:

  • key:

Date

 

method Date: tuple of (Time, error)

 

(Time, error) Date()

 

func Date() -> (Time, error)

 

func Date() tuple of (Time, error)

 

Function Date() As Tuple (Of Time, error)

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

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:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32