Asn1ReaderMoveNext Method
Moves from the current type to the next type. If current type is container or constructed
type (
SEQUENCE,
SEQUENCE OF,
SET,
SET OF,
OCTET STRING or
context-specific),
MoveNext() method moves to the inner (wrapped) type which starts at the
container's payload position.
If the current type is primitive type, MoveNext() method seeks over current
type to the next type.
Namespace: SysadminsLV.Asn1ParserAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
Public Function MoveNext As Boolean
member MoveNext : unit -> bool
Return Value
BooleanTrue if the current type is not the last in the data contained in
RawData property and there are no inner (wrapped) types, otherwise
False