PropagationStateCorrectionEvaluator.Identifications Property |
Namespace:
AGI.Foundation.Propagators.Advanced
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
IList<String>
See Also