RawValue
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.encoding.asn1
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
RawValue()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aClass: Int64; aTag: Int64; aIsCompound: Boolean; aBytes: Slice<Byte>; aFullBytes: Slice<Byte>)
// Island
constructor(aClass: int; aTag: int; aIsCompound: bool; aBytes: Slice<Byte>; aFullBytes: Slice<Byte>)
// .NET, .NET Standard 2.0
RawValue(Int64 aClass, Int64 aTag, Boolean aIsCompound, Slice<Byte> aBytes, Slice<Byte> aFullBytes)
// Island
RawValue(int aClass, int aTag, bool aIsCompound, Slice<Byte> aBytes, Slice<Byte> aFullBytes)
Parameters:
- aClass:
- aTag:
- aIsCompound:
- aBytes:
- aFullBytes:
constructor (RawValue)
constructor(value: RawValue)
RawValue(RawValue value)
init(_ value: RawValue)
Sub New(value As RawValue)
Parameters:
- value:
Bytes
Class
FullBytes
IsCompound
var IsCompound: bool;
bool IsCompound
var IsCompound: bool
IsCompound bool
FIELD IsCompound() As bool
Tag
Bytes
Class
FullBytes
IsCompound
var IsCompound: bool;
bool IsCompound
var IsCompound: bool
IsCompound bool
FIELD IsCompound() As bool
Tag
constructor
constructor
RawValue()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aClass: Int64; aTag: Int64; aIsCompound: Boolean; aBytes: Slice<Byte>; aFullBytes: Slice<Byte>)
// Island
constructor(aClass: int; aTag: int; aIsCompound: bool; aBytes: Slice<Byte>; aFullBytes: Slice<Byte>)
// .NET, .NET Standard 2.0
RawValue(Int64 aClass, Int64 aTag, Boolean aIsCompound, Slice<Byte> aBytes, Slice<Byte> aFullBytes)
// Island
RawValue(int aClass, int aTag, bool aIsCompound, Slice<Byte> aBytes, Slice<Byte> aFullBytes)
Parameters:
- aClass:
- aTag:
- aIsCompound:
- aBytes:
- aFullBytes:
constructor (RawValue)
constructor(value: RawValue)
RawValue(RawValue value)
init(_ value: RawValue)
Sub New(value As RawValue)
Parameters:
- value: