Asn1ReaderMoveNextSibling Method

Moves over current type to the next type at the same level. If the current type is a container (or constructed type), the method skips entire container.

Definition

Namespace: SysadminsLV.Asn1Parser
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
C#
public bool MoveNextSibling()

Return Value

Boolean
True if the current type is not the last type at the current deepness level (or upper level), otherwise False.

See Also