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.
Namespace: SysadminsLV.Asn1ParserAssembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.2.11
public bool MoveNextSibling()
Public Function MoveNextSibling As Boolean
public:
bool MoveNextSibling()
member MoveNextSibling : unit -> bool
Return Value
BooleanTrue if the current type is not the last type at the current deepness level (or upper
level), otherwise
False.