AddressParser

Overview

Location

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

 

constructor

 

constructor

 

AddressParser()

 

init()

 

Sub New()

constructor (Memory<WordDecoder>)

 

// .NET, .NET Standard 2.0
constructor(aWordDecoder: Memory<WordDecoder>)
// Island
constructor(aWordDecoder: Memory<WordDecoder>)

 

// .NET, .NET Standard 2.0
AddressParser(Memory<WordDecoder> aWordDecoder)
// Island
AddressParser(Memory<WordDecoder> aWordDecoder)

 

// .NET, .NET Standard 2.0
init(_ aWordDecoder: Memory<WordDecoder>)
// Island
init(_ aWordDecoder: Memory<WordDecoder>)

 

// .NET, .NET Standard 2.0
Sub New(aWordDecoder As Memory<WordDecoder>)
// Island
Sub New(aWordDecoder As Memory<WordDecoder>)

Parameters:

  • aWordDecoder:

constructor (AddressParser)

 

constructor(value: AddressParser)

 

AddressParser(AddressParser value)

 

init(_ value: AddressParser)

 

Sub New(value As AddressParser)

Parameters:

  • value:

Parse

 

// .NET, .NET Standard 2.0
method Parse(address: string): tuple of (Memory<Address>, error)
// Island
method Parse(address: string): tuple of (Memory<Address>, error)

 

// .NET, .NET Standard 2.0
(Memory<Address>, error) Parse(string address)
// Island
(Memory<Address>, error) Parse(string address)

 

// .NET, .NET Standard 2.0
func Parse(_ address: string) -> (Memory<Address>, error)
// Island
func Parse(_ address: string) -> (Memory<Address>, error)

 

// .NET, .NET Standard 2.0
func Parse(address string) tuple of (Memory<Address>, error)
// Island
func Parse(address string) tuple of (Memory<Address>, error)

 

// .NET, .NET Standard 2.0
Function Parse(address As string) As Tuple (Of Memory<Address>, error)
// Island
Function Parse(address As string) As Tuple (Of Memory<Address>, error)

Parameters:

  • address:

ParseList

 

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

 

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

 

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

 

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

 

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

Parameters:

  • list:

WordDecoder

 

// .NET, .NET Standard 2.0
var WordDecoder: Memory<WordDecoder>;
// Island
var WordDecoder: Memory<WordDecoder>;

 

// .NET, .NET Standard 2.0
Memory<WordDecoder> WordDecoder
// Island
Memory<WordDecoder> WordDecoder

 

// .NET, .NET Standard 2.0
var WordDecoder: Memory<WordDecoder>
// Island
var WordDecoder: Memory<WordDecoder>

 

// .NET, .NET Standard 2.0
WordDecoder Memory<WordDecoder>
// Island
WordDecoder Memory<WordDecoder>

 

// .NET, .NET Standard 2.0
FIELD WordDecoder() As Memory<WordDecoder>
// Island
FIELD WordDecoder() As Memory<WordDecoder>

 

WordDecoder

 

// .NET, .NET Standard 2.0
var WordDecoder: Memory<WordDecoder>;
// Island
var WordDecoder: Memory<WordDecoder>;

 

// .NET, .NET Standard 2.0
Memory<WordDecoder> WordDecoder
// Island
Memory<WordDecoder> WordDecoder

 

// .NET, .NET Standard 2.0
var WordDecoder: Memory<WordDecoder>
// Island
var WordDecoder: Memory<WordDecoder>

 

// .NET, .NET Standard 2.0
WordDecoder Memory<WordDecoder>
// Island
WordDecoder Memory<WordDecoder>

 

// .NET, .NET Standard 2.0
FIELD WordDecoder() As Memory<WordDecoder>
// Island
FIELD WordDecoder() As Memory<WordDecoder>

 

constructor

 

constructor

 

AddressParser()

 

init()

 

Sub New()

constructor (Memory<WordDecoder>)

 

// .NET, .NET Standard 2.0
constructor(aWordDecoder: Memory<WordDecoder>)
// Island
constructor(aWordDecoder: Memory<WordDecoder>)

 

// .NET, .NET Standard 2.0
AddressParser(Memory<WordDecoder> aWordDecoder)
// Island
AddressParser(Memory<WordDecoder> aWordDecoder)

 

// .NET, .NET Standard 2.0
init(_ aWordDecoder: Memory<WordDecoder>)
// Island
init(_ aWordDecoder: Memory<WordDecoder>)

 

// .NET, .NET Standard 2.0
Sub New(aWordDecoder As Memory<WordDecoder>)
// Island
Sub New(aWordDecoder As Memory<WordDecoder>)

Parameters:

  • aWordDecoder:

constructor (AddressParser)

 

constructor(value: AddressParser)

 

AddressParser(AddressParser value)

 

init(_ value: AddressParser)

 

Sub New(value As AddressParser)

Parameters:

  • value: