Skip to main content
All docs
V26.1
  • IgnoreList(CultureInfo) Constructor

    OBSOLETE

    This constructor has become obsolete. Use the default constructor.

    This constructor has become obsolete. Use the default constructor.

    Namespace: DevExpress.XtraSpellChecker

    Assembly: DevExpress.SpellChecker.v26.1.Core.dll

    NuGet Package: DevExpress.SpellChecker.Core

    Declaration

    [Obsolete("This constructor has become obsolete. Use the default constructor.", true)]
    public IgnoreList(
        CultureInfo culture
    )

    Parameters

    Name Type Description
    culture CultureInfo

     

    See Also