Click or drag to resize

TrackingTypeArchiverCollection.Add 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.3.420.0 (24.3.420.0)
Syntax
public void Add(
	Type type,
	TrackingTypeArchiver archiver
)

Parameters

type
Type: System.Type
The type for which to add an archiver.
archiver
Type: AGI.Foundation.Tracking.TrackingTypeArchiver
The archiver for the type.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when type or archiver is null.
See Also