| SegmentResultsAdapters Property  | 
 
            Gets the list of 
adapters needed to transform the states of 
            this results to the next.
            
 
    Namespace: 
   AGI.Foundation.SegmentPropagation
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic IList<StateElementAdapter> Adapters { get; }Public ReadOnly Property Adapters As IList(Of StateElementAdapter)
	Get
public:
property IList<StateElementAdapter^>^ Adapters {
	IList<StateElementAdapter^>^ get ();
}member Adapters : IList<StateElementAdapter> with get
Property Value
Type: 
IListStateElementAdapter See Also
See Also