Click or drag to resize

ASN1SequenceOfMetadata(ASN1SequenceOf, Type, ICustomAttributeProvider) Constructor

Initializes a new instance of the ASN1SequenceOfMetadata class

Namespace: GSF.ASN1.Metadata
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public ASN1SequenceOfMetadata(
	ASN1SequenceOf annotation,
	Type itemClass,
	ICustomAttributeProvider seqFieldAnnotatedElem
)
View Source

Parameters

annotation  ASN1SequenceOf
 
itemClass  Type
 
seqFieldAnnotatedElem  ICustomAttributeProvider
 
See Also