Click or drag to resize

ASN1PreparedElementData(Type, PropertyInfo) Constructor

Initializes a new instance of the ASN1PreparedElementData class

Namespace: GSF.ASN1.Coders
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public ASN1PreparedElementData(
	Type parentClass,
	PropertyInfo field
)
View Source

Parameters

parentClass  Type
 
field  PropertyInfo
 
See Also