PropagationStateCorrectionEvaluatorIdentifications Property |
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract IList<string> Identifications { get; }
Public MustOverride ReadOnly Property Identifications As IList(Of String)
Get
public:
virtual property IList<String^>^ Identifications {
IList<String^>^ get () abstract;
}
abstract Identifications : IList<string> with get
Property Value
Type:
IListStringSee Also