Asn1ReaderGetNestedNodeCount Method

Gets the count of nested nodes under node in the current position.

Definition

Namespace: SysadminsLV.Asn1Parser
Assembly: SysadminsLV.Asn1Parser (in SysadminsLV.Asn1Parser.dll) Version: 1.3.0+5c47da1850320381293fe03930b30c8078b8bf98
C#
public int GetNestedNodeCount()

Return Value

Int32
Count of nested nodes.

Remarks

For primitive types and empty containers this method returns 0.

See Also