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.2.419.0 (24.2.419.0)
Syntax public void Add(
Type type,
TrackingTypeArchiver archiver
)
Public Sub Add (
type As Type,
archiver As TrackingTypeArchiver
)
public:
void Add(
Type^ type,
TrackingTypeArchiver^ archiver
)
member Add :
type : Type *
archiver : TrackingTypeArchiver -> unit
Parameters
- type
- Type: SystemType
The type for which to add an archiver. - archiver
- Type: AGI.Foundation.TrackingTrackingTypeArchiver
The archiver for the type.
Exceptions See Also