Skip to main content

SharedDictionaryStorage(IContainer) Constructor

Initializes a new SharedDictionaryStorage class instance with the specified container.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public SharedDictionaryStorage(
    IContainer container
)

Parameters

Name Type Description
container IContainer

A IContainer object that provides functionality for containers.

Remarks

Creates a new SharedDictionaryStorage component with the specified container.

See Also