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
constructor
Header()
init()
Sub New()
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
method AddressList(key: string): tuple of (Slice<Memory<Address>>, error)
(Slice<Memory<Address>>, error) AddressList(string key)
func AddressList(_ key: string) -> tuple of (Slice<Memory<Address>>, error)
func AddressList(key string) tuple of (Slice<Memory<Address>>, error)
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() -> tuple of (Time, error)
func Date() tuple of (Time, error)
Function Date() As Tuple (Of Time, error)
Equals
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
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
constructor
Header()
init()
Sub New()
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
method AddressList(key: string): tuple of (Slice<Memory<Address>>, error)
(Slice<Memory<Address>>, error) AddressList(string key)
func AddressList(_ key: string) -> tuple of (Slice<Memory<Address>>, error)
func AddressList(key string) tuple of (Slice<Memory<Address>>, error)
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() -> tuple of (Time, error)
func Date() tuple of (Time, error)
Function Date() As Tuple (Of Time, error)
Equals
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
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
func GetHashCode() Int32
Function GetHashCode() As Int32