Click or drag to resize

TrackingTypeArchiverCollectionAddEnumerationT Method

Adds an archiver for an enumeration type that should be archived directly.

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 AddEnumeration<T>()

Type Parameters

T
The enumeration type to archive directly.
See Also