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: 25.1.421.0 (25.1.421.0)
Syntax
public void AddEnumeration<T>()

Type Parameters

T
The enumeration type to archive directly.
See Also