Block

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.encoding.pem
  • Platforms: .NET, .NET Standard 2.0, Island

 

constructor

 

constructor

 

Block()

 

init()

 

Sub New()

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

 

constructor(aType: string; aHeaders: Map<string, string>; aBytes: Slice<Byte>)

 

Block(string aType, Map<string, string> aHeaders, Slice<Byte> aBytes)

 

init(_ aType: string, _ aHeaders: Map<string, string>, _ aBytes: Slice<Byte>)

 

Sub New(aType As string, aHeaders As Map<string, string>, aBytes As Slice<Byte>)

Parameters:

  • aType:
  • aHeaders:
  • aBytes:

constructor (Block)

 

constructor(value: Block)

 

Block(Block value)

 

init(_ value: Block)

 

Sub New(value As Block)

Parameters:

  • value:

Bytes

 

var Bytes: Slice<Byte>;

 

Slice<Byte> Bytes

 

var Bytes: Slice<Byte>

 

Bytes Slice<Byte>

 

FIELD Bytes() As Slice<Byte>

Headers

 

var Headers: Map<string, string>;

 

Map<string, string> Headers

 

var Headers: Map<string, string>

 

Headers Map<string, string>

 

FIELD Headers() As Map<string, string>

Type

 

var Type: string;

 

string Type

 

var Type: string

 

Type string

 

FIELD Type() As string

 

Bytes

 

var Bytes: Slice<Byte>;

 

Slice<Byte> Bytes

 

var Bytes: Slice<Byte>

 

Bytes Slice<Byte>

 

FIELD Bytes() As Slice<Byte>

Headers

 

var Headers: Map<string, string>;

 

Map<string, string> Headers

 

var Headers: Map<string, string>

 

Headers Map<string, string>

 

FIELD Headers() As Map<string, string>

Type

 

var Type: string;

 

string Type

 

var Type: string

 

Type string

 

FIELD Type() As string

 

constructor

 

constructor

 

Block()

 

init()

 

Sub New()

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

 

constructor(aType: string; aHeaders: Map<string, string>; aBytes: Slice<Byte>)

 

Block(string aType, Map<string, string> aHeaders, Slice<Byte> aBytes)

 

init(_ aType: string, _ aHeaders: Map<string, string>, _ aBytes: Slice<Byte>)

 

Sub New(aType As string, aHeaders As Map<string, string>, aBytes As Slice<Byte>)

Parameters:

  • aType:
  • aHeaders:
  • aBytes:

constructor (Block)

 

constructor(value: Block)

 

Block(Block value)

 

init(_ value: Block)

 

Sub New(value As Block)

Parameters:

  • value: