Click or drag to resize

ASN1ElementMetadata(String, Boolean, Boolean, Boolean, Int32, Int32, Boolean) Constructor

Initializes a new instance of the ASN1ElementMetadata class

Namespace: GSF.ASN1.Metadata
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public ASN1ElementMetadata(
	string name,
	bool isOptional,
	bool hasTag,
	bool isImplicitTag,
	int tagClass,
	int tag,
	bool hasDefaultValue
)
View Source

Parameters

name  String
 
isOptional  Boolean
 
hasTag  Boolean
 
isImplicitTag  Boolean
 
tagClass  Int32
 
tag  Int32
 
hasDefaultValue  Boolean
 
See Also