Skip to main content
All docs
V25.1
  • IAIExtensionsContainer.GetExtension(Type, String) Method

    Namespace: DevExpress.AIIntegration

    Assembly: DevExpress.AIIntegration.v25.1.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