Asn1ReaderItem Property

Gets access to internal binary raw data at specified index.

Definition

Namespace: SysadminsLV.Asn1Parser
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public byte this[
	int index
] { get; }

Parameters

index  Int32
Binary array index to access.

Property Value

Byte

Exceptions

IndexOutOfRangeExceptionindex parameter is outside of binary array boundaries.

See Also