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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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