SegmentPropagatorAdapters Property |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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:
IListStateElementAdapterSee Also