ServiceProviderVisualizerCreateEvaluators Method |
Namespace:
AGI.Foundation.Platforms.Advanced
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract void CreateEvaluators(
IEnumerable<IServiceProvider> serviceProviders,
EvaluatorGroup group
)
Public MustOverride Sub CreateEvaluators (
serviceProviders As IEnumerable(Of IServiceProvider),
group As EvaluatorGroup
)
public:
virtual void CreateEvaluators(
IEnumerable<IServiceProvider^>^ serviceProviders,
EvaluatorGroup^ group
) abstract
abstract CreateEvaluators :
serviceProviders : IEnumerable<IServiceProvider> *
group : EvaluatorGroup -> unit
Parameters
- serviceProviders
- Type: System.Collections.GenericIEnumerableIServiceProvider
The list of service providers being visualized. - group
- Type: AGI.FoundationEvaluatorGroup
The EvaluatorGroup in which evaluators should be created.
See Also