Skip to main content
All docs
V24.2

IAIExtensionsContainer.GetExtension(Type, String) Method

Namespace: DevExpress.AIIntegration

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

Declaration

IAIExtension GetExtension(
    Type key,
    string name = null
)

Parameters

Name Type
key Type

Optional Parameters

Name Type Default
name String null

Returns

Type
IAIExtension
See Also