TrackingTypeArchiverPrimitives Property |
Gets the primitives composing the type archived by this instance.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract ReadOnlyCollection<ArchivedProperty> Primitives { get; }
Public MustOverride ReadOnly Property Primitives As ReadOnlyCollection(Of ArchivedProperty)
Get
public:
virtual property ReadOnlyCollection<ArchivedProperty^>^ Primitives {
ReadOnlyCollection<ArchivedProperty^>^ get () abstract;
}
abstract Primitives : ReadOnlyCollection<ArchivedProperty> with get
Property Value
Type:
ReadOnlyCollectionArchivedPropertySee Also