ASN1C C# Runtime Library  7.8
Static Public Attributes | List of all members
Asn1BooleanXerDecoder Class Reference
Inheritance diagram for Asn1BooleanXerDecoder:
Asn1XerDecoder

Static Public Attributes

static Asn1BooleanXerDecoder instance
 

Detailed Description

Decoder for BOOLEAN for XER. This is used to support decoding open types in XER where the actual type is BOOLEAN. A single instance can be used on many threads. This class is stateless. /p>

Member Data Documentation

◆ instance

Asn1BooleanXerDecoder instance
static
Initial value:
=
new Asn1BooleanXerDecoder()

Instance of this class that can be used.