Back to Devexpress

ExplainExtension(IServiceProvider) Constructor

corelibraries-devexpress-dot-aiintegration-dot-extensions-dot-explainextension-dot-ctor-x28-system-dot-iserviceprovider-x29.md

latest1.6 KB
Original Source

ExplainExtension(IServiceProvider) Constructor

Initializes a new instance of the ExplainExtension class with specified settings.

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public ExplainExtension(
    IServiceProvider serviceProvider
)
vb
Public Sub New(
    serviceProvider As IServiceProvider
)

Parameters

NameTypeDescription
serviceProviderIServiceProvider

A service provider.

|

Remarks

Read the following help topics for additional information:

See Also

ExplainExtension Class

ExplainExtension Members

DevExpress.AIIntegration.Extensions Namespace