Click or drag to resize

TrackingTypeArchiverCollectionAdd Method

Adds an archiver for a complex type composed of multiple primitives.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Add(
	Type type,
	TrackingTypeArchiver archiver
)

Parameters

type
Type: SystemType
The type for which to add an archiver.
archiver
Type: AGI.Foundation.TrackingTrackingTypeArchiver
The archiver for the type.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when type or archiver is .
See Also