Form

Overview

Location

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

 

constructor

 

constructor

 

Form()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aValue: Map<string, Slice<string>>; aFile: Map<string, Slice<Memory<FileHeader>>>)
// Island
constructor(aValue: Map<string, Slice<string>>; aFile: Map<string, Slice<Memory<FileHeader>>>)

 

// .NET, .NET Standard 2.0
Form(Map<string, Slice<string>> aValue, Map<string, Slice<Memory<FileHeader>>> aFile)
// Island
Form(Map<string, Slice<string>> aValue, Map<string, Slice<Memory<FileHeader>>> aFile)

 

// .NET, .NET Standard 2.0
init(_ aValue: Map<string, Slice<string>>, _ aFile: Map<string, Slice<Memory<FileHeader>>>)
// Island
init(_ aValue: Map<string, Slice<string>>, _ aFile: Map<string, Slice<Memory<FileHeader>>>)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Map<string, Slice<string>>, aFile As Map<string, Slice<Memory<FileHeader>>>)
// Island
Sub New(aValue As Map<string, Slice<string>>, aFile As Map<string, Slice<Memory<FileHeader>>>)

Parameters:

  • aValue:
  • aFile:

constructor (Form)

 

constructor(value: Form)

 

Form(Form value)

 

init(_ value: Form)

 

Sub New(value As Form)

Parameters:

  • value:

File

 

// .NET, .NET Standard 2.0
var File: Map<string, Slice<Memory<FileHeader>>>;
// Island
var File: Map<string, Slice<Memory<FileHeader>>>;

 

// .NET, .NET Standard 2.0
Map<string, Slice<Memory<FileHeader>>> File
// Island
Map<string, Slice<Memory<FileHeader>>> File

 

// .NET, .NET Standard 2.0
var File: Map<string, Slice<Memory<FileHeader>>>
// Island
var File: Map<string, Slice<Memory<FileHeader>>>

 

// .NET, .NET Standard 2.0
File Map<string, Slice<Memory<FileHeader>>>
// Island
File Map<string, Slice<Memory<FileHeader>>>

 

// .NET, .NET Standard 2.0
FIELD File() As Map<string, Slice<Memory<FileHeader>>>
// Island
FIELD File() As Map<string, Slice<Memory<FileHeader>>>

RemoveAll

 

method RemoveAll: error

 

error RemoveAll()

 

func RemoveAll() -> error

 

func RemoveAll() error

 

Function RemoveAll() As error

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>>

 

File

 

// .NET, .NET Standard 2.0
var File: Map<string, Slice<Memory<FileHeader>>>;
// Island
var File: Map<string, Slice<Memory<FileHeader>>>;

 

// .NET, .NET Standard 2.0
Map<string, Slice<Memory<FileHeader>>> File
// Island
Map<string, Slice<Memory<FileHeader>>> File

 

// .NET, .NET Standard 2.0
var File: Map<string, Slice<Memory<FileHeader>>>
// Island
var File: Map<string, Slice<Memory<FileHeader>>>

 

// .NET, .NET Standard 2.0
File Map<string, Slice<Memory<FileHeader>>>
// Island
File Map<string, Slice<Memory<FileHeader>>>

 

// .NET, .NET Standard 2.0
FIELD File() As Map<string, Slice<Memory<FileHeader>>>
// Island
FIELD File() As Map<string, Slice<Memory<FileHeader>>>

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

 

Form()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(aValue: Map<string, Slice<string>>; aFile: Map<string, Slice<Memory<FileHeader>>>)
// Island
constructor(aValue: Map<string, Slice<string>>; aFile: Map<string, Slice<Memory<FileHeader>>>)

 

// .NET, .NET Standard 2.0
Form(Map<string, Slice<string>> aValue, Map<string, Slice<Memory<FileHeader>>> aFile)
// Island
Form(Map<string, Slice<string>> aValue, Map<string, Slice<Memory<FileHeader>>> aFile)

 

// .NET, .NET Standard 2.0
init(_ aValue: Map<string, Slice<string>>, _ aFile: Map<string, Slice<Memory<FileHeader>>>)
// Island
init(_ aValue: Map<string, Slice<string>>, _ aFile: Map<string, Slice<Memory<FileHeader>>>)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Map<string, Slice<string>>, aFile As Map<string, Slice<Memory<FileHeader>>>)
// Island
Sub New(aValue As Map<string, Slice<string>>, aFile As Map<string, Slice<Memory<FileHeader>>>)

Parameters:

  • aValue:
  • aFile:

constructor (Form)

 

constructor(value: Form)

 

Form(Form value)

 

init(_ value: Form)

 

Sub New(value As Form)

Parameters:

  • value: