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.2.11
C#
public int GetNestedNodeCount()

Return Value

Int32
Count of nested nodes.

Remarks

For primitive types and empty containers this method returns 0.

See Also