Builder
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.crypto.cryptobyte
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Builder()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aerr: error; aresult: Slice<Byte>; afixedSize: Boolean; achild: Memory<Builder>; aoffset: Int64; apendingLenLen: Int64; apendingIsASN1: Boolean; ainContinuation: Memory<Boolean>)
// Island
constructor(aerr: error; aresult: Slice<Byte>; afixedSize: bool; achild: Memory<Builder>; aoffset: int; apendingLenLen: int; apendingIsASN1: bool; ainContinuation: Memory<Boolean>)
// .NET, .NET Standard 2.0
Builder(error aerr, Slice<Byte> aresult, Boolean afixedSize, Memory<Builder> achild, Int64 aoffset, Int64 apendingLenLen, Boolean apendingIsASN1, Memory<Boolean> ainContinuation)
// Island
Builder(error aerr, Slice<Byte> aresult, bool afixedSize, Memory<Builder> achild, int aoffset, int apendingLenLen, bool apendingIsASN1, Memory<Boolean> ainContinuation)
// .NET, .NET Standard 2.0
init(_ aerr: error, _ aresult: Slice<Byte>, _ afixedSize: Boolean, _ achild: Memory<Builder>, _ aoffset: Int64, _ apendingLenLen: Int64, _ apendingIsASN1: Boolean, _ ainContinuation: Memory<Boolean>)
// Island
init(_ aerr: error, _ aresult: Slice<Byte>, _ afixedSize: bool, _ achild: Memory<Builder>, _ aoffset: int, _ apendingLenLen: int, _ apendingIsASN1: bool, _ ainContinuation: Memory<Boolean>)
// .NET, .NET Standard 2.0
Sub New(aerr As error, aresult As Slice<Byte>, afixedSize As Boolean, achild As Memory<Builder>, aoffset As Int64, apendingLenLen As Int64, apendingIsASN1 As Boolean, ainContinuation As Memory<Boolean>)
// Island
Sub New(aerr As error, aresult As Slice<Byte>, afixedSize As bool, achild As Memory<Builder>, aoffset As int, apendingLenLen As int, apendingIsASN1 As bool, ainContinuation As Memory<Boolean>)
Parameters:
- aerr:
- aresult:
- afixedSize:
- achild:
- aoffset:
- apendingLenLen:
- apendingIsASN1:
- ainContinuation:
constructor (Builder)
Parameters:
- value: