Click or drag to resize

DecodedObjectT(T, Int32) Constructor

Initializes a new instance of the DecodedObjectT class

Namespace: GSF.ASN1.Coders
Assembly: GSF.ASN1 (in GSF.ASN1.dll) Version: 2.4.181-beta
Syntax
public DecodedObject(
	T result,
	int size
)
View Source

Parameters

result  T
 
size  Int32
 
See Also